GFramework/docfx.json
GeWuYou 8f388d4a9e docs(ci): 添加文档生成配置和自动化发布流程
- 新增 docfx.json 配置文件用于 API 文档生成
- 在所有项目文件中启用 GenerateDocumentationFile 选项
- 添加 GitHub Actions 工作流 publish-docs.yml 实现文档自动发布
- 配置工作流触发条件支持标签推送和特定提交信息
- 设置文档构建环境使用 .NET 10.0 和 DocFX 工具
- 实现文档站点部署到 GitHub Pages 的完整流程
- [release doc]
2026-02-03 08:15:59 +08:00

20 lines
313 B
JSON

{
"metadata": [
{
"src": [
{
"files": [ "GFramework.sln" ]
}
],
"dest": "api"
}
],
"build": {
"content": [
{ "files": [ "api/**.yml", "api/index.md" ] },
{ "files": [ "docs/**.md", "docs/**/toc.yml" ] }
],
"dest": "_site"
}
}