docs: remove duplicated content from CLI reference page#261
Merged
danielmeppiel merged 2 commits intomainfrom Mar 12, 2026
Merged
docs: remove duplicated content from CLI reference page#261danielmeppiel merged 2 commits intomainfrom
danielmeppiel merged 2 commits intomainfrom
Conversation
The CLI Commands reference page duplicated content from the Quick Start and Installation pages, and included non-reference material (tips, integration examples, file formats, project structure). Removed 179 lines and replaced with a brief intro linking to the canonical pages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR trims the CLI Commands reference page by removing ~179 lines of content that duplicated information already available on other documentation pages (Installation, Quick Start, Manifest Schema, etc.). A brief Starlight tip callout with cross-links replaces the removed introductory sections.
Changes:
- Removed duplicated Quick Start, Installation, File Formats, Tips & Best Practices, Integration Examples, and Project Structure sections
- Added a
:::tipcallout linking to the Installation and Quick Start pages - All actual command documentation (Global Options through Runtime commands) is untouched
Copilot AI
added a commit
that referenced
this pull request
Mar 12, 2026
… drift.py scope - CHANGELOG: consolidate 3-line entry to single line per project convention; correct PR reference from #261 to #260 - drift.py: add Scope / non-goals section documenting what IS handled (hash-based refs, URL format normalization) and what is NOT (source/host changes require apm remove + install or --update) Co-authored-by: danielmeppiel <51440732+danielmeppiel@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
The CLI Commands reference page (/reference/cli-commands) was bloated with content duplicated from other pages. This PR strips it down to a pure CLI reference.
Removed sections
getting-started/quick-startgetting-started/installationreference/manifest-schemaandreference/primitive-typesWhat changed
Result
1243 lines → 1068 lines. The page is now a focused CLI reference.