Skip to content

Commit 185b125

Browse files
committed
exclude README
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent f47744a commit 185b125

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"**/*.{md,yml}"
3838
],
3939
"exclude": [
40-
"_site/**"
40+
"_site/**",
41+
"docs/Examples/*md"
4142
]
4243
}
4344
],

0 commit comments

Comments
 (0)