Skip to content

Commit 14b48d7

Browse files
committed
updates to be more specific with directories
1 parent 093fe2e commit 14b48d7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docfx.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,8 +981,16 @@
981981
"articles/ai-studio/**/*.yml": "ce-skilling-ai-copilot",
982982
"articles/search/**/*.md": "ce-skilling-ai-copilot",
983983
"articles/search/**/*.yml": "ce-skilling-ai-copilot",
984-
"articles/machine-learning/**/.md": "ce-skilling-ai-copilot",
985-
"articles/machine-learning/**/.yml": "ce-skilling-ai-copilot"
984+
"articles/machine-learning/*.md": "ce-skilling-ai-copilot",
985+
"articles/machine-learning/.yml": "ce-skilling-ai-copilot",
986+
"articles/machine-learning/component-reference/*.md": "ce-skilling-ai-copilot",
987+
"articles/machine-learning/component-reference/*.yml": "ce-skilling-ai-copilot",
988+
"articles/machine-learning/component-reference-v2/*.md": "ce-skilling-ai-copilot",
989+
"articles/machine-learning/component-reference-v2/*.yml": "ce-skilling-ai-copilot",
990+
"articles/machine-learning/prompt-flow/*.md": "ce-skilling-ai-copilot",
991+
"articles/machine-learning/prompt-flow/*.yml": "ce-skilling-ai-copilot",
992+
"articles/machine-learning/v1/*.md": "ce-skilling-ai-copilot",
993+
"articles/machine-learning/v1/*.yml": "ce-skilling-ai-copilot"
986994
},
987995
"ms.service": {
988996
"articles/advisor/**/*.md": "advisor",

0 commit comments

Comments
 (0)