Skip to content

Commit 84789e9

Browse files
DCtheGeeksdwheeler
authored andcommitted
Fixing gallery readme inclusion (#4760)
* Fixing gallery readme inclusion * Update docfx.json
1 parent 01a5550 commit 84789e9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

gallery/docfx.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"build": {
3-
"content": [
4-
{ "files": ["**/**.yml", "**/**.md"], "exclude": ["**/obj/**"] }
5-
],
3+
"content": [{
4+
"files": ["**/**.yml", "**/**.md"],
5+
"exclude": ["**/obj/**", "**/readme.md"]
6+
}],
67
"globalMetadata": {
78
"toc_preview": true,
89
"breadcrumb_path": "bread/toc.yml",
@@ -22,11 +23,12 @@
2223
"ms.author": { "**/**.md": "sysmith" },
2324
"author": { "**/**.md": "SydneyhSmith" }
2425
},
25-
"resource": [
26-
{ "files": ["**/images/**"], "exclude": ["**/obj/**"] }
27-
],
26+
"resource": [{
27+
"files": ["**/images/**"],
28+
"exclude": ["**/obj/**"]
29+
}],
2830
"template": "op.html",
2931
"dest": "gallery",
3032
"markdownEngineName": "markdig"
3133
}
32-
}
34+
}

0 commit comments

Comments
 (0)