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 debdacf commit 491970bCopy full SHA for 491970b
reference/docfx.json
@@ -1,7 +1,6 @@
1
{
2
"build": {
3
- "content": [
4
- {
+ "content": [{
5
"files": [
6
"bread-pscore/toc.yml"
7
]
@@ -196,18 +195,19 @@
196
195
"dest": "module"
197
}
198
],
199
- "resource": [
200
201
- "files": [
202
- "**/*.png",
203
- "**/*.jpg"
204
- ],
205
- "exclude": [
206
- "**/obj/**",
207
- "**/includes/**"
208
- ]
209
- }
210
+ "resource": [{
+ "files": [
+ "**/images/**/*.png",
+ "**/images/**/*.jpg",
+ "**/images/**/*.jpeg",
+ "**/images/**/*.gif",
+ "**/images/**/*.svg"
+ ],
+ "exclude": [
+ "**/obj/**",
+ "**/includes/**"
+ ]
+ }],
211
"versions": {
212
"powershell-3.0": {
213
"dest": "powershell-3.0"
@@ -245,4 +245,4 @@
245
"template": [],
246
"dest": "pscore-reference"
247
248
-}
+}
0 commit comments