-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathmkdocs.yml
More file actions
227 lines (218 loc) · 8.09 KB
/
mkdocs.yml
File metadata and controls
227 lines (218 loc) · 8.09 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
site_name: EthStaker Knowledge Base
site_url: https://docs.ethstaker.org
theme:
name: material
custom_dir: overrides
language: en
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# primary: cyan
# accent: cyan
# Palette toggle for dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/weather-night
name: Switch to light mode
# primary: cyan
# accent: cyan
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
features:
- search.suggest
- search.highlight
- search.share
- content.action.edit
- content.code.copy
- navigation.footer
exclude_docs: |
exclude/*
mkdocs.yml
alphabetical-ordering.sh
requirements.txt
README.md
tr/README.md
ma/README.md
fr/README.md
es/README.md
pt/README.md
plugins:
- search
- social
- i18n:
# https://ultrabug.github.io/mkdocs-static-i18n/fr/setup/setting-up-languages/
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
- locale: es
name: Español
build: true
- locale: fr
name: Français
build: true
- locale: ms
name: Malay
build: true
- locale: nl
name: Dutch
build: true
- locale: pt
name: Portuguese
build: true
- locale: tr
name: Turkish
build: true
repo_url: https://github.com/ethstaker/ethstaker-knowledgebase
repo_name: ethstaker/ethstaker-knowledgebase
edit_uri: edit/main/docs/
extra:
analytics:
provider: google
property: G-XMMVX7SG3H
site_url: https://docs.ethstaker.org
social:
- icon: fontawesome/brands/discord
link: https://dsc.gg/ethstaker
- icon: fontawesome/brands/github
link: https://github.com/ethstaker
- icon: fontawesome/brands/x-twitter
link: https://x.com/ethstaker
extra_css:
- assets/css/style.css
extra_javascript:
- assets/js/main.js
markdown_extensions:
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
validation:
nav:
omitted_files: ignore
absolute_links: ignore
links:
anchors: ignore
absolute_links: ignore
unrecognized_links: ignore
nav:
- Introduction:
- Table of contents: index.md
- Glossary: staking-glossary.md
- FAQ: faq.md
- Getting Started:
- What is Ethereum staking?: getting-started/what-is-ethereum-staking.md
- Running a node without any ETH: getting-started/ethereum-node.md
- Deposit process explained: getting-started/deposit-process.md
- Withdrawal process explained: getting-started/withdrawal-process-explained.md
- Help!:
- My validator is offline! What do I do?: help/validator-offline.md
- Missed attestations! What can I do?: help/missed-attestations.md
- I'm worried about downtime!: help/downtime-explained.md
- I'm worried about slashing 🔪: help/slashing-explained.md
- Common errors and mistakes: help/common-errors-mistakes.md
- Rewards:
- How does my validator earn ETH?: rewards/chain-rewards.md
- Block proposal frequency: rewards/proposal-frequency.md
- Hardware:
- Hardware requirements: hardware/hardware-requirements.md
- Hardware examples:
- NUC - Eridian: hardware/hardware-examples/nuc-eridian.md
- Custom Built Desktop - snoopmx: hardware/hardware-examples/custom-built-desktop.md
- Hardware security: hardware/hardware-security.md
- Hardware best practices: hardware/hardware-best-practices.md
- Networking:
- Port forwarding: networking/port-forwarding.md
- Firewalls and subnetting: networking/firewalls-and-subnetting.md
- Brute-force SSH protection: networking/brute-force-ssh-protection.md
- Setting up home VPN access: networking/setting-up-home-vpn-access.md
- Setting up Tailscale VPN: networking/setting-up-tailscale-vpn.md
- Validator Clients:
- Validator clients explained: validator-clients/validator-clients-explained.md
- Execution clients: validator-clients/execution-clients.md
- Consensus clients: validator-clients/consensus-clients.md
- Checkpoint sync: validator-clients/checkpoint-sync.md
- Validator effectiveness: validator-clients/validator-effectiveness.md
- MEV boost: validator-clients/mev-boost.md
- Validator Keys:
- Secure key generation: validator-keys/secure-key-generation.md
- Slashing protection: validator-keys/slashing-protection.md
- Tutorials:
- Solo staking guides: tutorials/solo-staking-guides.md
- Installing Linux: tutorials/installing-linux.md
- Use all available disk space: tutorials/confirm-available-disk-space.md
- Automatic security updates: tutorials/automatic-security-updates.md
- Connect with SSH: tutorials/connect-via-ssh.md
- SSH security - 2FA: tutorials/ssh-security-2fa.md
- Configuring an RPC endpoint: tutorials/rpc-endpoint.md
- How to resync Geth: tutorials/resync-geth.md
- Methods to minimize downtime: tutorials/methods-to-minimize-downtime.md
- Safely migrating validator keys: tutorials/validator-key-migration.md
- How to exit a validator: tutorials/how-to-exit-a-validator.md
- Updating withdrawal credentials: tutorials/updating-withdrawal-credentials.md
- DVT:
- Obol DVT: dvt/obol-dvt.md
- SSV DVT: dvt/ssv-dvt.md
- Scaled Node Operators:
- What is a scaled node operator?: scaled-node-operators/what-is-a-scaled-node-operator.md
- Security at scale: scaled-node-operators/security-at-scale.md
- Node health checks: scaled-node-operators/node-health-checks.md
- On-Call/Incidence response: scaled-node-operators/on-call-incidence-response.md
- Alerting at scale: scaled-node-operators/alerting-at-scale.md
- MEV at scale: scaled-node-operators/mev-at-scale.md
- Updates at scale: scaled-node-operators/updates-at-scale.md
- Resource scaling: scaled-node-operators/resource-scaling.md
- Key management at scale: scaled-node-operators/key-management-at-scale.md
- Migration at scale: scaled-node-operators/migration-at-scale.md
- Monitoring at scale: scaled-node-operators/monitoring-at-scale.md
- Uptime at scale: scaled-node-operators/uptime-at-scale.md
- Guides:
- Router:
- Overview: guides/router/overview.md
- Prepare: guides/router/prepare.md
- Netgear Router Setup:
- Initial Setup: guides/router/netgear/rs300-initial-setup.md
- Port Forwarding: guides/router/netgear/rs300-port-forwarding.md
- Final Switchover:
- Comcast: guides/router/final-switchover/comcast-bridge.md
- Hoodi Testnet:
- Lighthouse/Nethermind: guides/hoodi-testnet/hoodi-nethermind-lighthouse.md
- Lodestar/Reth: guides/hoodi-testnet/hoodi-reth-lodestar.md
- Monitoring and Maintenance:
- Monitoring: guides/monitoring-maintenance/monitoring.md
- Alerting: guides/monitoring-maintenance/alerting.md
- Maintenance and Security: guides/monitoring-maintenance/security-maintenance.md
- Migrate to a larger disk: guides/monitoring-maintenance/migrating-to-a-larger-disk.md
- MEV relay list: guides/MEV-relay-list.md
- Upgrades:
- Pectra Features: upgrades/pectra-features.md
- Get Involved:
- Content ideas: get-involved/content-ideas.md
- Code of conduct: get-involved/code-of-conduct.md
- How to contribute: get-involved/how-to-contribute.md
- Privacy policy: privacy-policy.md