fix(docs): add concepts/ and cookbook/ to build, fix broken links (#266)#270
Merged
bradygaster merged 1 commit intomainfrom Mar 8, 2026
Merged
fix(docs): add concepts/ and cookbook/ to build, fix broken links (#266)#270bradygaster merged 1 commit intomainfrom
bradygaster merged 1 commit intomainfrom
Conversation
- Add concepts/ (5 pages) and cookbook/ (1 page) to SECTIONS in build.js - Add SECTION_ORDER entries for proper sidebar navigation - Fix dead link in sdk-first-mode.md: concepts/routing.md → features/routing.md - This resolves 8+ broken links across the docs site including the 403 on recipes.html Closes #266 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jongio
pushed a commit
to jongio/squad
that referenced
this pull request
Mar 9, 2026
…radygaster#269, bradygaster#270, bradygaster#272) - Add createCompleter() in src/cli/shell/autocomplete.ts for @agent and /command completion - Wire completer into readline interface in runShell() - Add squad loop command with --filter and --interval flags - Rename squad watch to squad triage (keep watch as silent alias) - Add squad hire command with --name and --role flags - Update help text with all new commands Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the 403/404 error on the docs site when navigating to Recipes & Advanced Scenarios or any Concepts page.
Root cause: \docs/build.js\ SECTIONS array didn't include \concepts/\ or \cookbook/\ directories — those markdown source files existed but were never built into HTML pages.
Changes
Broken links fixed (8+)
Verified
ode docs/build.js\ generates 99 pages including all 6 new ones
Closes #266