mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-23 03:04:29 +08:00
- 新增 docfx.json 配置文件用于 API 文档生成 - 在所有项目文件中启用 GenerateDocumentationFile 选项 - 添加 GitHub Actions 工作流 publish-docs.yml 实现文档自动发布 - 配置工作流触发条件支持标签推送和特定提交信息 - 设置文档构建环境使用 .NET 10.0 和 DocFX 工具 - 实现文档站点部署到 GitHub Pages 的完整流程 - [release doc]
20 lines
313 B
JSON
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"
|
|
}
|
|
}
|