-
Notifications
You must be signed in to change notification settings - Fork 0
docs: restructure manual sidebar to match gh CLI layout #128
Copy link
Copy link
Closed
Milestone
Description
Problem
Our manual sidebar has multiple sections (Getting Started, Command Reference, Guides) with installation, quick start, configuration, and guides visible. The gh CLI manual has a much simpler sidebar structure:
gh CLI sidebar:
- "Getting started" (single page with install + usage)
- Then directly all commands alphabetically (gh, agent-task, alias, api, auth, ...)
- No separate "Command Reference" section header
- No guides section in sidebar
Our sidebar:
- Introduction
- Getting Started (Installation, Quick Start, Configuration)
- Command Reference (all commands)
- Guides (Shell Completion, JSON Output, CI/CD)
Proposed changes
- Merge Installation, Quick Start, Configuration into a single "Getting started" page
- Remove "Command Reference" section header — commands listed directly after Getting started
- Remove Guides from sidebar — link from Getting started or relevant command pages
- Simplify to match gh CLI: Getting started → commands (flat list)
Reference
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels