add summary.md

This commit is contained in:
chonghe
2023-09-15 23:28:07 +08:00
parent 7cd6a18ae9
commit c2ed1c4dc3
2 changed files with 9 additions and 0 deletions

View File

@@ -53,6 +53,12 @@
* [MEV](./builders.md)
* [Merge Migration](./merge-migration.md)
* [Late Block Re-orgs](./late-block-re-orgs.md)
* [CLI Reference](./help-cli.md)
* [General](./help_general.md)
* [Beacon node](./help_bn.md)
* [Validator client](./help_vc.md)
* [Validator manager](./help_vm.md)
* [Account manager](./help_am.md)
* [Contributing](./contributing.md)
* [Development Environment](./setup.md)
* [FAQs](./faq.md)

3
book/src/help-cli.md Normal file
View File

@@ -0,0 +1,3 @@
# CLI reference
This section provides lists of CLI reference for general help commands, beacon node, validator client, account manager and validator manager. The CLI reference are generated from the latest Lighthouse unstable branch.