Skip to content

Commit 174fe31

Browse files
authored
Fix docfix config (#2756)
1 parent 07a3b69 commit 174fe31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docfx_project/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
{
2929
"files": [
30-
"examples/**.yml",
31-
"examples/**.md"
30+
"docs/**.yml",
31+
"docs/**.md"
3232
]
3333
},
3434
{

0 commit comments

Comments
 (0)