Skip to content

Commit 47bf500

Browse files
authored
fix toc/breadcrumb issue option #1
1 parent 4b752d7 commit 47bf500

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docfx.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"build": {
33
"markdownEngineName": "dfm-latest",
44
"content": [
@@ -21,6 +21,7 @@
2121
"src": "docs",
2222
"dest": ".",
2323
"exclude": [
24+
"toc.md",
2425
"api/overwrites/**",
2526
"samples/**/*.*",
2627
"**/includes/**",
@@ -34,6 +35,7 @@
3435
},
3536
{
3637
"files": [
38+
"docs/toc.md",
3739
"toc.yml",
3840
"index.md"
3941
]

0 commit comments

Comments
 (0)