docs: add cross-links between related documentation pages (#936)#956
Merged
bradygaster merged 1 commit intodevfrom Apr 11, 2026
Merged
docs: add cross-links between related documentation pages (#936)#956bradygaster merged 1 commit intodevfrom
bradygaster merged 1 commit intodevfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds “See Also” cross-links across key docs pages to improve navigation between foundational concepts (team, architecture, parallel work, memory) and related feature/guide pages, aligning with the Priority 1 mapping in #936.
Changes:
- Added “See Also” sections to several guide/feature/concept pages to create high-signal navigation paths.
- Expanded the Architecture “Learn more” section to include “Your Team” and normalized some link targets to explicit
.mdpaths.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/guide/build-autonomous-agent.md | Adds a “See Also” section linking to core concepts and the SDK reference. |
| docs/src/content/docs/features/routing.md | Adds “See Also” links to team, architecture, and parallel work concepts. |
| docs/src/content/docs/features/built-in-roles.md | Adds “See Also” links connecting roles to team, architecture, and routing. |
| docs/src/content/docs/concepts/your-team.md | Adds a “See Also” section linking to architecture, routing, parallel work, and memory. |
| docs/src/content/docs/concepts/parallel-work.md | Adds a “See Also” section linking to team, architecture, and memory concepts. |
| docs/src/content/docs/concepts/memory-and-knowledge.md | Adds a “See Also” section linking back to team, architecture, and parallel work. |
| docs/src/content/docs/concepts/github-workflow.md | Adds a “See Also” section linking GitHub workflow to team, routing, and parallel work. |
| docs/src/content/docs/concepts/architecture.md | Updates “Learn more” links to include “Your Team” and use explicit .md links. |
Closes #936 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
9e2a614 to
9014810
Compare
Collaborator
Author
|
✅ CI passes on fork — diberry/squad PR #148 (all checks green). Copilot review feedback addressed. Ready for human review. |
tamirdresher
pushed a commit
that referenced
this pull request
Apr 21, 2026
Closes #936 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.
Closes #936
Adds cross-references between related docs pages for improved navigation:
All links follow the issue's Priority 1 mapping for high-impact navigation improvements.