Skip to content

Commit

Permalink
Clarify command-line reference docs (#6524)
Browse files Browse the repository at this point in the history
* Clarify command-line reference docs

* Update page title

* Merge remote-tracking branch 'origin/unstable' into cli-reference

* Update CLI script
  • Loading branch information
michaelsproul authored Oct 21, 2024
1 parent a732a87 commit 56a9bef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 59 deletions.
4 changes: 2 additions & 2 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
* [Merge Migration](./merge-migration.md)
* [Late Block Re-orgs](./late-block-re-orgs.md)
* [Blobs](./advanced-blobs.md)
* [Built-In Documentation](./help_general.md)
* [Command Line Reference (CLI)](./help_general.md)
* [Beacon Node](./help_bn.md)
* [Validator Client](./help_vc.md)
* [Validator Manager](./help_vm.md)
* [Create](./help_vm_create.md)
* [Import](./help_vm_import.md)
* [Move](./help_vm_move.md)
* [Move](./help_vm_move.md)
* [Contributing](./contributing.md)
* [Development Environment](./setup.md)
* [FAQs](./faq.md)
Expand Down
55 changes: 0 additions & 55 deletions book/src/cli.md

This file was deleted.

2 changes: 1 addition & 1 deletion book/src/help_general.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lighthouse General Commands
# Lighthouse CLI Reference

```
Ethereum 2.0 client by Sigma Prime. Provides a full-featured beacon node, a
Expand Down
2 changes: 1 addition & 1 deletion scripts/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ vm_import=./help_vm_import.md
vm_move=./help_vm_move.md

# create .md files
write_to_file "$general_cli" "$general" "Lighthouse General Commands"
write_to_file "$general_cli" "$general" "Lighthouse CLI Reference"
write_to_file "$bn_cli" "$bn" "Beacon Node"
write_to_file "$vc_cli" "$vc" "Validator Client"
write_to_file "$vm_cli" "$vm" "Validator Manager"
Expand Down

0 comments on commit 56a9bef

Please sign in to comment.