-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocfx.json
62 lines (62 loc) · 1.79 KB
/
docfx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
"metadata": [
{
"src": [
{
"files": [
"ClassIsland.PluginSdk/ClassIsland.PluginSdk.csproj",
"ClassIsland.Core/ClassIsland.Core.csproj",
"ClassIsland.Shared.Ipc/ClassIsland.Shared.Ipc.csproj",
"ClassIsland.Shared/ClassIsland.Shared.csproj"
],
"src": "ClassIsland/"
}
],
"filter": "configs/filterConfig.yml",
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"exclude": [
"_site/**",
"ClassIsland/**",
"configs/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"template": [
"default",
"default(zh-cn)",
"modern",
"templates/material"
],
"globalMetadata": {
"_appName": "ClassIsland API 文档",
"_appTitle": "ClassIsland API 文档",
"_appFooter": "Copyright (c) 2025 ClassIsland | 本文档以 CC BY-NC-SA 4.0 许可协议授权 | 使用 <a href=\"https://github.com/dotnet/docfx\" target=\"_blank\">docfx</a> 生成 | <a href=\"https://beian.miit.gov.cn/\" target=\"_blank\"> 沪 ICP 备 2024084943 号</a> | <img src=\"https://www.beian.gov.cn/img/new/gongan.png\" > <a href=\"https://beian.mps.gov.cn/#/query/webSearch\" target=\"_blank\"> 沪公网安备 31012002006157 号 </a>",
"_enableSearch": true,
"_appLogoPath": "images/logo.svg",
"_appFaviconPath": "images/favicon.ico",
"pdf": false
},
"sitemap": {
"baseUrl": "https://api.docs.classisland.tech",
"priority": 0.5,
"changefreq": "daily"
}
}
}