[Website]: update the index of fundamentals (#30095)

Co-authored-by: Felix Lange <fjl@twurst.com>
pull/30106/head
TinyFoxy 5 months ago committed by GitHub
parent 079736240f
commit 23e64fcb49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      docs/fundamentals/index.md

@ -17,11 +17,14 @@ Note also that there is a page explaining common log messages that are often que
- [Command line options](/docs/fundamentals/command-line-options): see the various command line options that can be used to configure Geth - [Command line options](/docs/fundamentals/command-line-options): see the various command line options that can be used to configure Geth
- [Security](/docs/fundamentals/security): learn about basic security best-practises for Geth - [Security](/docs/fundamentals/security): learn about basic security best-practises for Geth
- [Sync-modes](/docs/fundamentals/sync-modes): learn about the different ways Geth can sync the blockchain - [Sync-modes](/docs/fundamentals/sync-modes): learn about the different ways Geth can sync the blockchain
- [Beacon light sync](/docs/fundamentals/blsync): learn about the usage of Beacon light client, in integrated mode or standalone mode
- [Account management](/docs/fundamentals/account-management): read about how to manage accounts using Clef and Geth - [Account management](/docs/fundamentals/account-management): read about how to manage accounts using Clef and Geth
- [Databases](/docs/fundamentals/databases): learn about the two parts of database and the recommended database
- [Backup and restore](/docs/fundamentals/backup-restore): learn how to backup and restore data for a Geth instance - [Backup and restore](/docs/fundamentals/backup-restore): learn how to backup and restore data for a Geth instance
- [Logs](/docs/fundamentals/logs): learn how to interpret the main log messages Geth displays in the console - [Logs](/docs/fundamentals/logs): learn how to interpret the main log messages Geth displays in the console
- [Peer-to-peer](/docs/fundamentals/peer-to-peer): learn about Geth's peer-to-peer networking - [Connecting-to-peers](/docs/fundamentals/peer-to-peer): learn about Geth's peer-to-peer networking
- [Pruning](/docs/fundamentals/pruning): read about Geth's data pruning options - [Pruning](/docs/fundamentals/pruning): read about Geth's data pruning options
- [Private networks via kurtosis](/docs/fundamentals/kurtosis): learn how to set up a private network of multiple Geth nodes using Kurtosis
- [Private networks](/docs/fundamentals/private-network): learn how to set up a private network of multiple Geth nodes - [Private networks](/docs/fundamentals/private-network): learn how to set up a private network of multiple Geth nodes
- [Light clients](/docs/fundamentals/les): read about Geth's light mode. - [Config files](/docs/fundamentals/config-files): learn about using config files to tune Geth
- [Mining](/docs/fundamentals/mining): read about the mining algorithms Geth used to use to secure Ethereum before the network switched to proof-of-stake. - [Mining](/docs/fundamentals/mining): read about the mining algorithms Geth used to use to secure Ethereum before the network switched to proof-of-stake.

Loading…
Cancel
Save