We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4de7f commit 29f3341Copy full SHA for 29f3341
docfx.cmd
docfx.json
@@ -1,29 +1,7 @@
1
{
2
- "build": {
3
- "content": [
4
- {
5
- "files": [
6
- "**.md",
7
- "toc.yml"
8
- ]
9
- }
10
- ],
11
- "resource": [
12
13
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
+ "files": "**/*.{md,png}",
+ "warningsAsErrors": true,
+ "rules": {
+ "link-out-of-scope": "off"
28
}
29
toc.yml
0 commit comments