We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb3cc4 commit c0ba8b8Copy full SHA for c0ba8b8
docfx.json
@@ -62,6 +62,20 @@
62
"dest": "./machine-learning",
63
"group": "grp-machine-learningv1"
64
},
65
+ {
66
+ "files": [
67
+ "**/*.md",
68
+ "**/*.yml"
69
+ ],
70
+ "exclude": [
71
+ "**/_themes/**",
72
+ "**/includes/**",
73
+ "**/obj/**"
74
+ ]
75
+ "group": "grp-machine-learningv1",
76
+ "src": "articles/machine-learning/v-fake",
77
+ "dest": "./machine-learning/v1",
78
+ },
79
{
80
"files": [
81
"toc.yml"
@@ -395,4 +409,4 @@
395
409
"externalReference": [],
396
410
"template": []
397
411
}
398
-}
412
+}
0 commit comments