add docfx support

This commit is contained in:
luoyunchong
2021-04-10 20:27:52 +08:00
parent cad97b37ba
commit 1afcd22fab
10 changed files with 333 additions and 0 deletions

14
docs/README.md Normal file
View File

@ -0,0 +1,14 @@
### DocFX
- https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html
run
```
docfx docfx_project\docfx.json --serve
or
docfx .\docfx.json --serve
```