Add install directory to docfx.json file references (#2522)

* Add install directory to docfx.json file references

Fixed broken link for https://github.github.com/spec-kit/install/uv.md

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
flipthedog
2026-05-12 10:48:43 -04:00
committed by GitHub
parent 20ef9a72a9
commit 92186124f3

View File

@@ -6,7 +6,8 @@
"*.md",
"toc.yml",
"community/*.md",
"reference/*.md"
"reference/*.md",
"install/*.md"
]
},
{