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.
Furion/references
百小僧 f123385e40 😊 同步 `README.md` 说明文档 10 months ago
..
api 😊 添加 `API` 文档项目 2 years ago
articles 😊 正式启用 `furion.net` 域名 `https` 协议 1 year ago
.gitignore 😊 添加 `API` 文档项目 2 years ago
README.md 😊 更新 `API` 文档说明 2 years ago
docfx.json 😊 添加 `API` 文档项目 2 years ago
index.md 😊 同步 `README.md` 说明文档 10 months ago
toc.yml 😊 添加 `API` 文档项目 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 目录即可。