-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
49 lines (49 loc) · 1.06 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
{
"metadata": [
{
"src": [{ "files": ["src/artifacts/bin/BD.Avalonia8.Image2/**/BD.Avalonia8.Image2.dll"]}],
"dest": "api/BD.Avalonia8.Image2"
},
{
"src": [{ "files": ["src/artifacts/bin/Image2.Sample/**/Image2.Sample.dll"]}],
"dest": "api/Image2.Sample"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md",
"api/**/**.yml",
"toc.yml",
"*.md"
]
}
],
"resource": [
{
"files": [
"images/**",
"README.md",
"res/DocFXIcon.png"
]
}
],
"output": "_site",
"template": [
"default",
"modern",
"templates/default"
],
"globalMetadata": {
"_appTitle": "BD.Avalonia8 文档",
"_appName": "Avalonia8",
"_appLogoPath": "res/DocFXIcon.png",
"_appFooter": "©️ 江苏蒸汽凡星科技有限公司. All rights reserved.",
"_disableBreadcrumb": true
},
"keepFileLink": false,
"disableGitFeatures": false
}
}