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 70b619b commit 685b742Copy full SHA for 685b742
docfx.json
@@ -152,6 +152,22 @@
152
"src": "articles/machine-learning/v1",
153
"dest": "./machine-learning/",
154
"group": "grp-machine-learningv1"
155
+ },
156
+ {
157
+ "files": [
158
+ "**/*.gif",
159
+ "**/*.jpeg",
160
+ "**/*.jpg",
161
+ "**/*.png",
162
+ "**/*.svg"
163
+ ],
164
+ "exclude": [
165
+ "**/_themes/**",
166
+ "**/obj/**"
167
168
+ "group": "grp-machine-learningv1",
169
+ "src": "articles/machine-learning/v-fake",
170
+ "dest": "./machine-learning/v1"
171
}
172
],
173
"groups": {
0 commit comments