Remove docs
This commit is contained in:
Родитель
39c322d727
Коммит
9f6d9d5317
|
@ -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
|
|
|
@ -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/
|
|
Загрузка…
Ссылка в новой задаче