This commit is contained in:
wieslawsoltes 2018-12-09 10:03:27 +00:00
Родитель 39c322d727
Коммит 9f6d9d5317
8 изменённых файлов: 0 добавлений и 82 удалений

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

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

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

@ -1,17 +0,0 @@
# PanAndZoom Controls Documentation
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,37 +0,0 @@
{
"metadata": [
{
"src": [
{
"files": [
"/src/PanAndZoom/PanAndZoom.csproj",
"/src/Avalonia.Controls.PanAndZoom/Avalonia.Controls.PanAndZoom.csproj",
"/src/Wpf.Controls.PanAndZoom/Wpf.Controls.PanAndZoom.csproj"
],
"exclude": [ "**/bin/**", "**/obj/**" ],
"cwd": ".."
}
],
"dest": "api"
},
],
"build": {
"content":
[
{
"files": ["**/*.yml", "index.md", "tutorial/*.md"],
}
],
"resource": [
{
"files": ["images/**"]
}
],
"overwrite": "apidoc/*.md",
"globalMetadata": {
"_appTitle": "PanAndZoom Controls Website"
},
"dest": "_site",
"template": [ "default", "template"]
}
}

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

@ -1,3 +0,0 @@
# PanAndZoom Controls Documentation Site
Welcome to the PanAndZoom Controls 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/