docs: group and collapse left navigation sections#3360
Merged
Conversation
- Wrap each nav section in <details>/<summary> for accordion collapse; the active section (containing the current page) opens automatically - Group Built-in Tools into 5 sub-categories: File & Shell, Agent Coordination, Memory & Knowledge, Planning & Reasoning, Interaction - Merge standalone Guides and Community sections into a single Resources section with sub-labels - Update page-nav.html prev/next to traverse both flat items and grouped items so no page is dropped - Add CSS for summary chevron, sub-category labels, and sub-item indent All 81 nav URLs are preserved verbatim; no pages were moved or renamed. Fixes #3359
dgageot
approved these changes
Jul 1, 2026
This was referenced Jul 1, 2026
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 #3359
The docs left-nav had ~75 items listed flat, making it hard to scan. This PR reduces visual length without moving or renaming any pages.
Changes:
<details>/<summary>accordion; the active section opens automaticallyAll 81 nav URLs preserved verbatim. Jekyll build clean (only pre-existing Liquid warnings in hooks/agents docs). Go code untouched.