mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 12:28:06 +08:00
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:
@@ -4,7 +4,8 @@
|
||||
{
|
||||
"files": [
|
||||
"*.md",
|
||||
"toc.yml"
|
||||
"toc.yml",
|
||||
"reference/*.md"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user