Skip to content

Commit 9218612

Browse files
flipthedogCopilot
andauthored
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>
1 parent 20ef9a7 commit 9218612

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"*.md",
77
"toc.yml",
88
"community/*.md",
9-
"reference/*.md"
9+
"reference/*.md",
10+
"install/*.md"
1011
]
1112
},
1213
{

0 commit comments

Comments
 (0)