forked from eth-educators/ethstaker-guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (33 loc) · 1.05 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
site_name: Ethstaker Guides
#site_url: https://guides.ethstaker.cc # Hoped-for CNAME in future
site_url: https://eth-educators.github.io/ethstaker-guides/
theme:
name: material
features:
- search.suggest
- search.highlight
- search.share
plugins:
- search
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
- MEV Relay List: MEV-relay-list.md
- Legacy Guides:
- Prepare for the Merge: prepare-for-the-merge.md