@@ -376,13 +376,62 @@ export const sidebar: SidebarItem[] = [
376376 }
377377 ]
378378 } ,
379+ {
380+ text : "reth db repair-trie" ,
381+ link : "/cli/reth/db/repair-trie"
382+ } ,
383+ {
384+ text : "reth db static-file-header" ,
385+ link : "/cli/reth/db/static-file-header" ,
386+ collapsed : true ,
387+ items : [
388+ {
389+ text : "reth db static-file-header block" ,
390+ link : "/cli/reth/db/static-file-header/block"
391+ } ,
392+ {
393+ text : "reth db static-file-header path" ,
394+ link : "/cli/reth/db/static-file-header/path"
395+ }
396+ ]
397+ } ,
379398 {
380399 text : "reth db version" ,
381400 link : "/cli/reth/db/version"
382401 } ,
383402 {
384403 text : "reth db path" ,
385404 link : "/cli/reth/db/path"
405+ } ,
406+ {
407+ text : "reth db settings" ,
408+ link : "/cli/reth/db/settings" ,
409+ collapsed : true ,
410+ items : [
411+ {
412+ text : "reth db settings get" ,
413+ link : "/cli/reth/db/settings/get"
414+ } ,
415+ {
416+ text : "reth db settings set" ,
417+ link : "/cli/reth/db/settings/set" ,
418+ collapsed : true ,
419+ items : [
420+ {
421+ text : "reth db settings set receipts_in_static_files" ,
422+ link : "/cli/reth/db/settings/set/receipts_in_static_files"
423+ } ,
424+ {
425+ text : "reth db settings set transaction_senders_in_static_files" ,
426+ link : "/cli/reth/db/settings/set/transaction_senders_in_static_files"
427+ }
428+ ]
429+ }
430+ ]
431+ } ,
432+ {
433+ text : "reth db account-storage" ,
434+ link : "/cli/reth/db/account-storage"
386435 }
387436 ]
388437 } ,
@@ -466,50 +515,24 @@ export const sidebar: SidebarItem[] = [
466515 link : "/cli/reth/p2p/rlpx/ping"
467516 }
468517 ]
469- }
470- ]
471- } ,
472- {
473- text : "reth config" ,
474- link : "/cli/reth/config"
475- } ,
476- {
477- text : "reth debug" ,
478- link : "/cli/reth/debug" ,
479- collapsed : true ,
480- items : [
481- {
482- text : "reth debug execution" ,
483- link : "/cli/reth/debug/execution"
484518 } ,
485519 {
486- text : "reth debug merkle" ,
487- link : "/cli/reth/debug/merkle"
488- } ,
489- {
490- text : "reth debug in-memory-merkle" ,
491- link : "/cli/reth/debug/in-memory-merkle"
492- } ,
493- {
494- text : "reth debug build-block" ,
495- link : "/cli/reth/debug/build-block"
520+ text : "reth p2p bootnode" ,
521+ link : "/cli/reth/p2p/bootnode"
496522 }
497523 ]
498524 } ,
499525 {
500- text : "reth recover" ,
501- link : "/cli/reth/recover" ,
502- collapsed : true ,
503- items : [
504- {
505- text : "reth recover storage-tries" ,
506- link : "/cli/reth/recover/storage-tries"
507- }
508- ]
526+ text : "reth config" ,
527+ link : "/cli/reth/config"
509528 } ,
510529 {
511530 text : "reth prune" ,
512531 link : "/cli/reth/prune"
532+ } ,
533+ {
534+ text : "reth re-execute" ,
535+ link : "/cli/reth/re-execute"
513536 }
514537 ]
515538 } ,
0 commit comments