Skip to content

Commit c06d0ad

Browse files
committed
Add index.md exclusion to publishing (reduces OPS publishing errors)
1 parent 204b3cc commit c06d0ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docfx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"**/*.md",
77
"**/*.yml"
88
],
9-
"exclude": ["**/*-index.md"],
9+
"exclude": [ "**/*-index.md" ],
1010
"src": "docs-ref-services/latest",
1111
"group": "latest",
1212
"dest": "api/overview/azure"
@@ -16,7 +16,7 @@
1616
"**/*.md",
1717
"**/*.yml"
1818
],
19-
"exclude": ["**/*-index.md"],
19+
"exclude": [ "**/*-index.md" ],
2020
"src": "docs-ref-services/preview",
2121
"group": "preview",
2222
"dest": "api/overview/azure"
@@ -26,7 +26,7 @@
2626
"**/*.md",
2727
"**/*.yml"
2828
],
29-
"exclude": ["**/*-index.md"],
29+
"exclude": [ "**/*-index.md" ],
3030
"src": "docs-ref-services/legacy",
3131
"group": "previous",
3232
"dest": "api/overview/azure"

0 commit comments

Comments
 (0)