Skip to content

Commit 94d4aff

Browse files
authored
Update docfx.json
Add 'machine-learning/v1/** to content and exclude sections. This will prevent bugs during the great-divide migration. Bug 962395 https://dev.azure.com/ceapex/Engineering/_workitems/edit/962395
1 parent 116873b commit 94d4aff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docfx.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"**/includes/**",
1717
"**/obj/**",
1818
"**/*.graffle",
19-
"machine-learning/**"
19+
"machine-learning/**",
20+
"machine-learning/v1/**"
2021
]
2122
},
2223
{
@@ -121,7 +122,8 @@
121122
"ai-services/document-intelligence/**",
122123
"**/_themes/**",
123124
"**/obj/**",
124-
"machine-learning/**"
125+
"machine-learning/**",
126+
"machine-learning/v1/**"
125127
]
126128
},
127129
{

0 commit comments

Comments
 (0)