Skip to content

Commit 29f3341

Browse files
yufeiharminru
andauthored
Update docfx sanity check (#2285)
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
1 parent 2d4de7f commit 29f3341

File tree

3 files changed

+4
-43
lines changed

3 files changed

+4
-43
lines changed

docfx.cmd

-15
This file was deleted.

docfx.json

+4-26
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,7 @@
11
{
2-
"build": {
3-
"content": [
4-
{
5-
"files": [
6-
"**.md",
7-
"toc.yml"
8-
]
9-
}
10-
],
11-
"resource": [
12-
{
13-
"files": [
14-
".github/CODEOWNERS",
15-
".markdownlint.yaml",
16-
".vscode/settings.json",
17-
"**.png"
18-
]
19-
}
20-
],
21-
"dest": "_site",
22-
"globalMetadataFiles": [],
23-
"fileMetadataFiles": [],
24-
"noLangKeyword": false,
25-
"keepFileLink": false,
26-
"cleanupCacheHistory": true,
27-
"disableGitFeatures": true
2+
"files": "**/*.{md,png}",
3+
"warningsAsErrors": true,
4+
"rules": {
5+
"link-out-of-scope": "off"
286
}
297
}

toc.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)