Skip to content

Commit 81acf61

Browse files
committed
docs: 排除 FreeSQL 项目文件
- 在 docfx.json 文件中添加了对 Bing.FreeSQL.csproj 和 Bing.FreeSQL.MySql.csproj 项目的排除规则 - 这样可以避免在文档生成过程中对 FreeSQL 相关代码进行处理
1 parent d4a34c1 commit 81acf61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docfx.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"**/templates/**",
1818
"framework/tests/**",
1919
"**/Bing.Caching.csproj",
20+
"**/Bing.FreeSQL.csproj",
21+
"**/Bing.FreeSQL.MySql.csproj",
2022
"**/Bing.EventBus.csproj",
2123
"**/Bing.EventBus.Abstractions.csproj",
2224
"**/Bing.MultiTenancy.csproj",

0 commit comments

Comments
 (0)