Skip to content

Commit 491970b

Browse files
author
Sean Wheeler
authored
Update docfx to add image support (#2040)
* attempt to fix images * update to docfx to support images * update root docfx for images * update docfx for image support
1 parent debdacf commit 491970b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

reference/docfx.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
3-
"content": [
4-
{
3+
"content": [{
54
"files": [
65
"bread-pscore/toc.yml"
76
]
@@ -196,18 +195,19 @@
196195
"dest": "module"
197196
}
198197
],
199-
"resource": [
200-
{
201-
"files": [
202-
"**/*.png",
203-
"**/*.jpg"
204-
],
205-
"exclude": [
206-
"**/obj/**",
207-
"**/includes/**"
208-
]
209-
}
210-
],
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+
}],
211211
"versions": {
212212
"powershell-3.0": {
213213
"dest": "powershell-3.0"
@@ -245,4 +245,4 @@
245245
"template": [],
246246
"dest": "pscore-reference"
247247
}
248-
}
248+
}

0 commit comments

Comments
 (0)