Skip to content

Commit 669e253

Browse files
authored
fix: add reference/*.md to docfx content glob (#2248)
Without this, the reference subdirectory pages are not included in the docfx build and return 404 on the published site.
1 parent 26fab00 commit 669e253

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
{
55
"files": [
66
"*.md",
7-
"toc.yml"
7+
"toc.yml",
8+
"reference/*.md"
89
]
910
},
1011
{

0 commit comments

Comments
 (0)