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.
This commit is contained in:
Manfred Riem
2026-04-16 14:12:25 -05:00
committed by GitHub
parent 26fab003ee
commit 669e253809

View File

@@ -4,7 +4,8 @@
{
"files": [
"*.md",
"toc.yml"
"toc.yml",
"reference/*.md"
]
},
{