From 92186124f3c3518c004eb5ddee0aa27ae710bc4b Mon Sep 17 00:00:00 2001 From: flipthedog Date: Tue, 12 May 2026 10:48:43 -0400 Subject: [PATCH] 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> --- docs/docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index 3fb9c32eb..c94476d82 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -6,7 +6,8 @@ "*.md", "toc.yml", "community/*.md", - "reference/*.md" + "reference/*.md", + "install/*.md" ] }, {