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 01a5550 commit 84789e9Copy full SHA for 84789e9
gallery/docfx.json
@@ -1,8 +1,9 @@
1
{
2
"build": {
3
- "content": [
4
- { "files": ["**/**.yml", "**/**.md"], "exclude": ["**/obj/**"] }
5
- ],
+ "content": [{
+ "files": ["**/**.yml", "**/**.md"],
+ "exclude": ["**/obj/**", "**/readme.md"]
6
+ }],
7
"globalMetadata": {
8
"toc_preview": true,
9
"breadcrumb_path": "bread/toc.yml",
@@ -22,11 +23,12 @@
22
23
"ms.author": { "**/**.md": "sysmith" },
24
"author": { "**/**.md": "SydneyhSmith" }
25
},
- "resource": [
26
- { "files": ["**/images/**"], "exclude": ["**/obj/**"] }
27
+ "resource": [{
+ "files": ["**/images/**"],
28
+ "exclude": ["**/obj/**"]
29
30
"template": "op.html",
31
"dest": "gallery",
32
"markdownEngineName": "markdig"
33
}
-}
34
+}
0 commit comments