mirror of https://gitee.com/dotnetchina/Furion.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f123385e40 | 10 months ago | |
---|---|---|
.. | ||
api | 2 years ago | |
articles | 1 year ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
docfx.json | 2 years ago | |
index.md | 10 months ago | |
toc.yml | 2 years ago |
README.md
文档基于 https://dotnet.github.io/docfx/index.html 构建。
编译项目
打开 framework/Furion.sln
项目并切换为 Release
模式进行编译。
本地运行
# 安装 docfx
dotnet tool update -g docfx
# 本地浏览
docfx docfx.json --serve
发布部署
部署 _site
目录即可。