Skip to content

Commit cebcd52

Browse files
author
Sean Wheeler
authored
updated docfx to try to fix images (#2043)
* attempt to fix images * update to docfx to support images * update root docfx for images * update docfx for image support * update docfx for images
1 parent c2ffb26 commit cebcd52

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

reference/docfx.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -195,19 +195,19 @@
195195
"dest": "module"
196196
}
197197
],
198-
"resource": [{
199-
"files": [
200-
"**/images/**/*.png",
201-
"**/images/**/*.jpg",
202-
"**/images/**/*.jpeg",
203-
"**/images/**/*.gif",
204-
"**/images/**/*.svg"
205-
],
206-
"exclude": [
207-
"**/obj/**",
208-
"**/includes/**"
209-
]
210-
}],
198+
"resource": [
199+
{
200+
"files": [
201+
"**/images/**",
202+
"**/*.png",
203+
"**/*.jpg"
204+
],
205+
"exclude": [
206+
"**/obj/**",
207+
"**/includes/**"
208+
]
209+
}
210+
],
211211
"versions": {
212212
"powershell-3.0": {
213213
"dest": "powershell-3.0"

0 commit comments

Comments
 (0)