Skip to content

Commit a85e6b3

Browse files
authored
Update docfx.json
1 parent f32fc25 commit a85e6b3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/docfx.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,21 @@
1010
"**/obj/**",
1111
"vsdocsdocs/**",
1212
"**/includes/**",
13-
"missingapi.yml"
13+
"missingapi.yml",
14+
"toc.yml",
15+
"toc.md"
1416
]
1517
},
18+
{
19+
"files": [
20+
"toc.yml",
21+
"toc.md"
22+
],
23+
"exclude": [
24+
"_breadcrumb/**"
25+
],
26+
"dest": "vs_docs_toc"
27+
},
1628
{
1729
"files": [
1830
"toc.yml"

0 commit comments

Comments
 (0)