mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 23:38:10 -05:00
Revert "feat: update docs link in cli/SUMMARY.mdx (#19909)"
This reverts commit b6f62473e0.
This commit is contained in:
@@ -235,7 +235,7 @@ fn cmd_summary(cmd: &Cmd, indent: usize) -> String {
|
||||
let cmd_s = cmd.to_string();
|
||||
let cmd_path = cmd_s.replace(" ", "/");
|
||||
let indent_string = " ".repeat(indent + (cmd.subcommands.len() * 2));
|
||||
format!("{}- [`{}`](../cli/{}.mdx)\n", indent_string, cmd_s, cmd_path)
|
||||
format!("{}- [`{}`](/cli/{})\n", indent_string, cmd_s, cmd_path)
|
||||
}
|
||||
|
||||
/// Overwrites the root SUMMARY.mdx file with the generated content.
|
||||
|
||||
@@ -1,52 +1,52 @@
|
||||
- [`reth`](../cli/reth.mdx)
|
||||
- [`reth node`](../cli/reth/node.mdx)
|
||||
- [`reth init`](../cli/reth/init.mdx)
|
||||
- [`reth init-state`](../cli/reth/init-state.mdx)
|
||||
- [`reth import`](../cli/reth/import.mdx)
|
||||
- [`reth import-era`](../cli/reth/import-era.mdx)
|
||||
- [`reth export-era`](../cli/reth/export-era.mdx)
|
||||
- [`reth dump-genesis`](../cli/reth/dump-genesis.mdx)
|
||||
- [`reth db`](../cli/reth/db.mdx)
|
||||
- [`reth db stats`](../cli/reth/db/stats.mdx)
|
||||
- [`reth db list`](../cli/reth/db/list.mdx)
|
||||
- [`reth db checksum`](../cli/reth/db/checksum.mdx)
|
||||
- [`reth db diff`](../cli/reth/db/diff.mdx)
|
||||
- [`reth db get`](../cli/reth/db/get.mdx)
|
||||
- [`reth db get mdbx`](../cli/reth/db/get/mdbx.mdx)
|
||||
- [`reth db get static-file`](../cli/reth/db/get/static-file.mdx)
|
||||
- [`reth db drop`](../cli/reth/db/drop.mdx)
|
||||
- [`reth db clear`](../cli/reth/db/clear.mdx)
|
||||
- [`reth db clear mdbx`](../cli/reth/db/clear/mdbx.mdx)
|
||||
- [`reth db clear static-file`](../cli/reth/db/clear/static-file.mdx)
|
||||
- [`reth db repair-trie`](../cli/reth/db/repair-trie.mdx)
|
||||
- [`reth db static-file-header`](../cli/reth/db/static-file-header.mdx)
|
||||
- [`reth db static-file-header block`](../cli/reth/db/static-file-header/block.mdx)
|
||||
- [`reth db static-file-header path`](../cli/reth/db/static-file-header/path.mdx)
|
||||
- [`reth db version`](../cli/reth/db/version.mdx)
|
||||
- [`reth db path`](../cli/reth/db/path.mdx)
|
||||
- [`reth db settings`](../cli/reth/db/settings.mdx)
|
||||
- [`reth db settings get`](../cli/reth/db/settings/get.mdx)
|
||||
- [`reth db settings set`](../cli/reth/db/settings/set.mdx)
|
||||
- [`reth db settings set receipts_in_static_files`](../cli/reth/db/settings/set/receipts_in_static_files.mdx)
|
||||
- [`reth db settings set transaction_senders_in_static_files`](../cli/reth/db/settings/set/transaction_senders_in_static_files.mdx)
|
||||
- [`reth download`](../cli/reth/download.mdx)
|
||||
- [`reth stage`](../cli/reth/stage.mdx)
|
||||
- [`reth stage run`](../cli/reth/stage/run.mdx)
|
||||
- [`reth stage drop`](../cli/reth/stage/drop.mdx)
|
||||
- [`reth stage dump`](../cli/reth/stage/dump.mdx)
|
||||
- [`reth stage dump execution`](../cli/reth/stage/dump/execution.mdx)
|
||||
- [`reth stage dump storage-hashing`](../cli/reth/stage/dump/storage-hashing.mdx)
|
||||
- [`reth stage dump account-hashing`](../cli/reth/stage/dump/account-hashing.mdx)
|
||||
- [`reth stage dump merkle`](../cli/reth/stage/dump/merkle.mdx)
|
||||
- [`reth stage unwind`](../cli/reth/stage/unwind.mdx)
|
||||
- [`reth stage unwind to-block`](../cli/reth/stage/unwind/to-block.mdx)
|
||||
- [`reth stage unwind num-blocks`](../cli/reth/stage/unwind/num-blocks.mdx)
|
||||
- [`reth p2p`](../cli/reth/p2p.mdx)
|
||||
- [`reth p2p header`](../cli/reth/p2p/header.mdx)
|
||||
- [`reth p2p body`](../cli/reth/p2p/body.mdx)
|
||||
- [`reth p2p rlpx`](../cli/reth/p2p/rlpx.mdx)
|
||||
- [`reth p2p rlpx ping`](../cli/reth/p2p/rlpx/ping.mdx)
|
||||
- [`reth p2p bootnode`](../cli/reth/p2p/bootnode.mdx)
|
||||
- [`reth config`](../cli/reth/config.mdx)
|
||||
- [`reth prune`](../cli/reth/prune.mdx)
|
||||
- [`reth re-execute`](../cli/reth/re-execute.mdx)
|
||||
- [`reth`](/cli/reth)
|
||||
- [`reth node`](/cli/reth/node)
|
||||
- [`reth init`](/cli/reth/init)
|
||||
- [`reth init-state`](/cli/reth/init-state)
|
||||
- [`reth import`](/cli/reth/import)
|
||||
- [`reth import-era`](/cli/reth/import-era)
|
||||
- [`reth export-era`](/cli/reth/export-era)
|
||||
- [`reth dump-genesis`](/cli/reth/dump-genesis)
|
||||
- [`reth db`](/cli/reth/db)
|
||||
- [`reth db stats`](/cli/reth/db/stats)
|
||||
- [`reth db list`](/cli/reth/db/list)
|
||||
- [`reth db checksum`](/cli/reth/db/checksum)
|
||||
- [`reth db diff`](/cli/reth/db/diff)
|
||||
- [`reth db get`](/cli/reth/db/get)
|
||||
- [`reth db get mdbx`](/cli/reth/db/get/mdbx)
|
||||
- [`reth db get static-file`](/cli/reth/db/get/static-file)
|
||||
- [`reth db drop`](/cli/reth/db/drop)
|
||||
- [`reth db clear`](/cli/reth/db/clear)
|
||||
- [`reth db clear mdbx`](/cli/reth/db/clear/mdbx)
|
||||
- [`reth db clear static-file`](/cli/reth/db/clear/static-file)
|
||||
- [`reth db repair-trie`](/cli/reth/db/repair-trie)
|
||||
- [`reth db static-file-header`](/cli/reth/db/static-file-header)
|
||||
- [`reth db static-file-header block`](/cli/reth/db/static-file-header/block)
|
||||
- [`reth db static-file-header path`](/cli/reth/db/static-file-header/path)
|
||||
- [`reth db version`](/cli/reth/db/version)
|
||||
- [`reth db path`](/cli/reth/db/path)
|
||||
- [`reth db settings`](/cli/reth/db/settings)
|
||||
- [`reth db settings get`](/cli/reth/db/settings/get)
|
||||
- [`reth db settings set`](/cli/reth/db/settings/set)
|
||||
- [`reth db settings set receipts_in_static_files`](/cli/reth/db/settings/set/receipts_in_static_files)
|
||||
- [`reth db settings set transaction_senders_in_static_files`](/cli/reth/db/settings/set/transaction_senders_in_static_files)
|
||||
- [`reth download`](/cli/reth/download)
|
||||
- [`reth stage`](/cli/reth/stage)
|
||||
- [`reth stage run`](/cli/reth/stage/run)
|
||||
- [`reth stage drop`](/cli/reth/stage/drop)
|
||||
- [`reth stage dump`](/cli/reth/stage/dump)
|
||||
- [`reth stage dump execution`](/cli/reth/stage/dump/execution)
|
||||
- [`reth stage dump storage-hashing`](/cli/reth/stage/dump/storage-hashing)
|
||||
- [`reth stage dump account-hashing`](/cli/reth/stage/dump/account-hashing)
|
||||
- [`reth stage dump merkle`](/cli/reth/stage/dump/merkle)
|
||||
- [`reth stage unwind`](/cli/reth/stage/unwind)
|
||||
- [`reth stage unwind to-block`](/cli/reth/stage/unwind/to-block)
|
||||
- [`reth stage unwind num-blocks`](/cli/reth/stage/unwind/num-blocks)
|
||||
- [`reth p2p`](/cli/reth/p2p)
|
||||
- [`reth p2p header`](/cli/reth/p2p/header)
|
||||
- [`reth p2p body`](/cli/reth/p2p/body)
|
||||
- [`reth p2p rlpx`](/cli/reth/p2p/rlpx)
|
||||
- [`reth p2p rlpx ping`](/cli/reth/p2p/rlpx/ping)
|
||||
- [`reth p2p bootnode`](/cli/reth/p2p/bootnode)
|
||||
- [`reth config`](/cli/reth/config)
|
||||
- [`reth prune`](/cli/reth/prune)
|
||||
- [`reth re-execute`](/cli/reth/re-execute)
|
||||
Reference in New Issue
Block a user