-
Notifications
You must be signed in to change notification settings - Fork 123
/
Copy pathmkdocs.yml
40 lines (40 loc) · 1.2 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
site_name: Ethstaker Guides
site_url: https://guides.ethstaker.cc
theme:
name: material
features:
- search.suggest
- search.highlight
- search.share
- navigation.footer
plugins:
- search
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/ethstaker
- icon: fontawesome/brands/github
link: https://github.com/eth-educators
- icon: fontawesome/brands/x-twitter
link: https://x.com/ethstaker
nav:
- Home: README.md
- Better Router:
- Overview: home-router/overview.md
- Prepare: home-router/prepare.md
- Netgear Router Setup:
- Initial Setup: home-router/rs300-start.md
- Port Forwarding: home-router/rs300-advanced.md
- Final Switchover:
- Comcast: home-router/comcast-bridge.md
- Holesky Testnet:
- Lighthouse/Nethermind: holesky-node.md
- Lodestar/Reth: holesky-node-alt.md
- Monitoring and Maintenance:
- Monitoring: monitoring.md
- Alerting: alerting.md
- Maintenance and Security: security-maintenance.md
- Migrate to a larger disk: migrating-to-a-larger-disk.md
- Exiting a validator: voluntary-exit.md
- Legacy Guides:
- Prepare for the Merge: prepare-for-the-merge.md