Skip to content

Commit 84afe04

Browse files
committed
try to fix docfx.json
1 parent 72128fb commit 84afe04

1 file changed

Lines changed: 48 additions & 47 deletions

File tree

docfx/docfx.json

Lines changed: 48 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,49 @@
1-
{
2-
"metadata": [
3-
{
4-
"src": [
5-
{
6-
"src": "../NF.Tool.ReleaseNoteMaker/",
7-
"files": [
8-
"**/*.sln"
9-
]
10-
}
11-
],
12-
"allowCompilationErrors": true,
13-
"filter": "filterConfig.yml",
14-
"dest": "api"
15-
}
16-
],
17-
"build": {
18-
"content": [
19-
{
20-
"files": [
21-
"**/*.{md,yml}"
22-
],
23-
"exclude": [
24-
"_site/**"
25-
]
26-
}
27-
],
28-
"resource": [
29-
{
30-
"files": [
31-
"images/**"
32-
]
33-
}
34-
],
35-
"output": "_site",
36-
"template": [
37-
"default",
38-
"modern"
39-
],
40-
"globalMetadata": {
41-
"_appName": "NF.Tool.ReleaseNoteMaker",
42-
"_appTitle": "NF.Tool.ReleaseNoteMaker",
43-
"_googleAnalyticsTagId": "G-855BJNV9VD",
44-
"_enableSearch": true,
45-
"pdf": false
46-
}
47-
}
1+
{
2+
"metadata": [
3+
{
4+
"src": [
5+
{
6+
"src": "../NF.Tool.ReleaseNoteMaker/",
7+
"files": [
8+
"**/*.sln"
9+
]
10+
}
11+
],
12+
"allowCompilationErrors": true,
13+
"filter": "filterConfig.yml",
14+
"dest": "api",
15+
"toc": "toc.yml"
16+
}
17+
],
18+
"build": {
19+
"content": [
20+
{
21+
"files": [
22+
"**/*.{md,yml}"
23+
],
24+
"exclude": [
25+
"_site/**"
26+
]
27+
}
28+
],
29+
"resource": [
30+
{
31+
"files": [
32+
"images/**"
33+
]
34+
}
35+
],
36+
"output": "_site",
37+
"template": [
38+
"default",
39+
"modern"
40+
],
41+
"globalMetadata": {
42+
"_appName": "NF.Tool.ReleaseNoteMaker",
43+
"_appTitle": "NF.Tool.ReleaseNoteMaker",
44+
"_googleAnalyticsTagId": "G-855BJNV9VD",
45+
"_enableSearch": true,
46+
"pdf": false
47+
}
48+
}
4849
}

0 commit comments

Comments
 (0)