Docs/cli overview top level index - #990
Open
BrandtH22 wants to merge 21 commits into
Open
Conversation
Enumerate every root CLI group from chia/cmds/chia.py with summary and pointer (section, topic page, or -h). Replace underspecified Other commands section. Use explicit heading ids for in-page links. zh-Hans updates are left to Crowdin/l10n automation. Fixes #477 Co-authored-by: Cursor <cursoragent@cursor.com>
… pages Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
BrandtH22
commented
May 8, 2026
Co-authored-by: Cursor <cursoragent@cursor.com>
BrandtH22
commented
May 8, 2026
Co-authored-by: Cursor <cursoragent@cursor.com>
…esponse template Co-authored-by: Cursor <cursoragent@cursor.com>
…hub sections Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…wdin Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…nses Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
… dict keys Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
danieljperry
previously approved these changes
Aug 12, 2026
danieljperry
left a comment
Contributor
There was a problem hiding this comment.
I skimmed the reference again. Other than the minor comments, this looks fine. I'll approve and you can choose whether to add context to the comments or merge as is.
…:port Align the challenges Response with one challenge hash and ten signage-point indices, and note that connect-solver takes host:port rather than a node ID. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep hub fragment links working after plots check moved to plots-cli. Co-authored-by: Cursor <cursoragent@cursor.com>
danieljperry
approved these changes
Aug 13, 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.
Note
Low Risk
Documentation-only changes to markdown and sidebar navigation; no runtime code or configuration behavior is modified.
Overview
This PR restructures the Chia CLI docs so the overview page mirrors the RPC reference pattern: global options, a CLI reference map (chain/farming, wallet, other), and a top-level command index linking each root
chiacommand to on-site docs orchia -h.New dedicated pages document farming stack CLIs with option tables, examples, and links to
chia/cmdssources: Farmer (farm,plotnft,connect-solver), Full Node (show,netspace,peer full_node), Harvester (peer harvester, plot dirs, remote notes), Plots (show/add/remove/create/check), and Solver (get_state).The overview delegates depth instead of duplicating it: long
plots checkand detailedplotnftprose move to Plots and Farmer CLI pages (a legacy#plots-checkanchor remains on the overview).chia dbsections gain structured upgrade/backup/validate docs with examples;configure,passphrase, andstopare documented on the overview.Navigation and cross-links:
sidebars.jsregisters the new pages; troubleshootingplots checkpoints to Plots CLI; Solver RPC intro wording is tightened and tied to Farmer/Solver CLI helpers.Reviewed by Cursor Bugbot for commit 0c22009. Bugbot is set up for automated code reviews on this repo. Configure here.