Move CLI command reference under Reference section#964
Conversation
Nest the amctl CLI command reference docs under the Reference category alongside the MCP server reference, matching the structural convention. Files moved from docs/cli/ to docs/reference/cli/; sidebar updated to present CLI as a collapsible category under Reference; getting-started cross-references updated to the new paths.
|
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughCLI documentation is reorganized from a top-level category to the Reference section. The sidebar navigation structure is updated, and internal documentation links in getting-started and reference pages are adjusted to match the new file paths. ChangesDocumentation CLI Reorganization
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Purpose
Nests the
amctlCLI command reference under the Reference sidebar category alongside the MCP server reference, so all reference material lives in one place.Goals
Reorganize the docs sidebar so
amctlcommand reference pages sit under Reference → CLI rather than as a top-level category.Approach
documentation/docs/cli/*.mdx→documentation/docs/reference/cli/*.mdxdocumentation/sidebars.tsto render CLI as a collapsible subcategory under Reference (removed top-levelCLIcategory)documentation/docs/getting-started/cli-installation.mdxto point at the new pathsreference/cli/agent.mdx(../tutorials/...→../../tutorials/...) that the file move would otherwise leave danglingVerified locally with
make -C documentation build→ success.User stories
N/A — sidebar reorganization, no user-facing functional change.
Release note
Documentation:
amctlCLI command reference is now under the Reference section in the docs sidebar.Documentation
This PR is the documentation change.
Training
N/A — no training content impact.
Certification
N/A — no impact on certification exams.
Marketing
N/A — internal docs reorganization.
Automation tests
Security checks
Samples
N/A
Related PRs
N/A
Migrations (if applicable)
N/A — no schema or runtime change.
Test environment
Docusaurus 3.9.2 build on macOS (Node v20.15.1).
Learning
N/A — straightforward docs restructure.
Summary by CodeRabbit