Browse Source

Moved docs to root of repo

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
e2645a8580
10 changed files with 17 additions and 1 deletions
  1. +1
    -1
      appveyor.yml
  2. +0
    -0
      docs/.gitignore
  3. +12
    -0
      docs/.vscode/tasks.json
  4. +0
    -0
      docs/api/.gitignore
  5. +0
    -0
      docs/api/index.md
  6. +0
    -0
      docs/articles/intro.md
  7. +0
    -0
      docs/articles/toc.yml
  8. +4
    -0
      docs/docfx.json
  9. +0
    -0
      docs/index.md
  10. +0
    -0
      docs/toc.yml

+ 1
- 1
appveyor.yml View File

@ -48,7 +48,7 @@ after_deploy:
- ps: |
if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE -And $env:APPVEYOR_REPO_BRANCH -eq 'master')
{
cd IPA.Loader/doc
cd docs
& docfx docfx.json
if ($lastexitcode -ne 0){
throw [System.Exception] "docfx build failed with exit code $lastexitcode."


IPA.Loader/doc/.gitignore → docs/.gitignore View File


+ 12
- 0
docs/.vscode/tasks.json View File

@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "docfx metadata; docfx build"
}
]
}

IPA.Loader/doc/api/.gitignore → docs/api/.gitignore View File


IPA.Loader/doc/api/index.md → docs/api/index.md View File


IPA.Loader/doc/articles/intro.md → docs/articles/intro.md View File


IPA.Loader/doc/articles/toc.yml → docs/articles/toc.yml View File


IPA.Loader/doc/docfx.json → docs/docfx.json View File

@ -6,6 +6,10 @@
"src": "..",
"files": [
"**.csproj"
],
"exclude": [
"**/IPA.csproj",
"**/IPA.Tests.csproj"
]
}
],

IPA.Loader/doc/index.md → docs/index.md View File


IPA.Loader/doc/toc.yml → docs/toc.yml View File


Loading…
Cancel
Save