We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32fc25 commit a85e6b3Copy full SHA for a85e6b3
docs/docfx.json
@@ -10,9 +10,21 @@
10
"**/obj/**",
11
"vsdocsdocs/**",
12
"**/includes/**",
13
- "missingapi.yml"
+ "missingapi.yml",
14
+ "toc.yml",
15
+ "toc.md"
16
]
17
},
18
+ {
19
+ "files": [
20
21
22
+ ],
23
+ "exclude": [
24
+ "_breadcrumb/**"
25
26
+ "dest": "vs_docs_toc"
27
+ },
28
{
29
"files": [
30
"toc.yml"
0 commit comments