This commit is contained in:
wieslawsoltes 2018-12-09 10:04:09 +00:00
Родитель 2768ebf848
Коммит 71c6415960
8 изменённых файлов: 0 добавлений и 84 удалений

3
docs/.gitignore поставляемый
Просмотреть файл

@ -1,3 +0,0 @@
#docfx
_site
api

Просмотреть файл

@ -1,21 +0,0 @@
# SimpleWavSplitter Documentation
* [API Reference](http://wieslawsoltes.github.io/SimpleWavSplitter/)
## Building
Download and unzip `docfx.zip` into `Documentation` folder from [DocFX project site](https://github.com/dotnet/docfx/releases).
**Step 1.** To create `_site` documentation folder run build script
```
build.cmd
```
**Step 2.** To browse `_site` documentation folder run serve script
```
serve.cmd
```
And you can view the generated website in your browser `http://localhost:8080`.

Просмотреть файл

@ -1,3 +0,0 @@
@echo off
docfx metadata
docfx build

Просмотреть файл

@ -1,35 +0,0 @@
{
"metadata": [
{
"src": [
{
"files": [
"/src/WavFile/WavFile.csproj"
],
"exclude": [ "**/bin/**", "**/obj/**" ],
"cwd": ".."
}
],
"dest": "api"
},
],
"build": {
"content":
[
{
"files": ["**/*.yml", "index.md", "tutorial/*.md"],
}
],
"resource": [
{
"files": ["images/**"]
}
],
"overwrite": "apidoc/*.md",
"globalMetadata": {
"_appTitle": "SimpleWavSplitter Website"
},
"dest": "_site",
"template": [ "default", "template"]
}
}

Просмотреть файл

@ -1,3 +0,0 @@
# SimpleWavSplitter Documentation Site
Welcome to the SimpleWavSplitter documentation site.

Просмотреть файл

@ -1,2 +0,0 @@
@echo off
docfx serve _site

13
docs/template/partials/footer.tmpl.partial поставляемый
Просмотреть файл

@ -1,13 +0,0 @@
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Copyright © 2016 Wiesław Šoltés<br>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>

Просмотреть файл

@ -1,4 +0,0 @@
- name: Home
href: index.md
- name: API Reference
href: api/