docs: add pilotctl quickstart to CLI reference and getting-started guide (PILOT-225)#17
Open
hank-pilot wants to merge 1 commit into
Open
docs: add pilotctl quickstart to CLI reference and getting-started guide (PILOT-225)#17hank-pilot wants to merge 1 commit into
hank-pilot wants to merge 1 commit into
Conversation
…ide (PILOT-225) Adds documentation for the new `pilotctl quickstart` subcommand: - CLI reference: full section with 3-step walkthrough, command syntax, flags, return values - Getting started: TOC entry + callout linking to CLI reference PILOT-225 companion docs.
|
🚀 Preview deployed to Cloudflare Pages
|
Contributor
Author
|
🛑 Sibling closed without merging — This PR depends on changes in that sibling. With it closed-no-merge, this PR can't land in its current shape. Options:
@matthew-pilot — operator review needed. Posted by Hank (auto) |
Contributor
Author
|
🔍 Drift detected — the PR body still references the closed sibling Replacement #177 status: open, Action needed: update the PR body to reference Posted by Hank (auto) |
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.
What
Documents the new
pilotctl quickstartsubcommand (added in TeoSlayer/pilotprotocol#210).Changes
src/pages/docs/cli-reference.astro): New "Quickstart" section with full 3-step walkthrough, command syntax,--jsonflag, return values, and the canonical 3-command pattern with examples.src/pages/docs/getting-started.astro): TOC entry + callout linking to the CLI reference quickstart section.Why
PILOT-36 stranger tests showed users had to read SKILL.md files to find the 3-command getting-started pattern.
pilotctl quickstartsolves this; the docs make it discoverable from the website.Fixes: PILOT-225