-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
174 lines (165 loc) · 5.69 KB
/
Copy pathmkdocs.yml
File metadata and controls
174 lines (165 loc) · 5.69 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
# Project information
site_name: Web3 Pi
site_url: https://docs.web3pi.io/
# Repository
repo_name: Source-Code
repo_url: https://github.com/Web3-Pi/Ethereum-On-Raspberry-Pi
extra_css:
- stylesheets/extra.css
extra_javascript:
- stylesheets/extra.js
theme:
name: material
custom_dir: overrides
logo: assets/color.svg
favicon: assets/favicon.ico
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
# - navigation.path
# - toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- navigation.footer
icon:
repo: fontawesome/brands/github
language: en
palette:
primary: black
scheme: slate
plugins:
- search
- llmstxt:
markdown_description: >-
Web3 Pi documentation — running Ethereum nodes on Raspberry Pi,
and the Web3 Pi UPS smart DC uninterruptible power supply.
full_output: llms-full.txt
sections:
Web3 Pi:
- index.md
- introduction/*.md
- setup/**/*.md
- advanced-setup/*.md
- monitoring/*.md
- management/**/*.md
- welcome-box/*.md
- use-cases/*.md
- support/*.md
- downloads/*.md
Web3 Pi UPS:
- ups/**/*.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/Web3-Pi/Ethereum-On-Raspberry-Pi
type: github
repo: Web3-Pi/Ethereum-On-Raspberry-Pi
- icon: fontawesome/brands/x-twitter
link: https://x.com/_Web3Pi_
- icon: fontawesome/brands/discord
link: https://discord.gg/aDMw5zeUZ4
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html
- pymdownx.tabbed:
alternate_style: true
copyright: |
© 2025 <a href="https://github.com/Web3-Pi/Ethereum-On-Raspberry-Pi" target="_blank" rel="noopener">Web3 Pi</a>
nav:
- Home: 'index.md'
- Introduction:
- About Web3 Pi: 'introduction/web3-pi-project.md'
- What is an Ethereum Node?: 'introduction/ethereum-node.md'
- Can I earn with Web3 Pi?: 'introduction/staking.md'
- Next Steps: 'introduction/next-steps.md'
- Setup:
- Prerequisites: 'setup/prerequisites.md'
- Supported Configurations: 'setup/supported-configurations.md'
- Single Mode Setup:
- Required Hardware: 'setup/single-mode/hardware-checklist.md'
- Recommended Hardware: 'setup/single-mode/hardware-recommendations.md'
- Software Setup: 'setup/single-mode/software-setup.md'
- Hardware Assembly: 'setup/single-mode/hardware-assembly.md'
- Installation Monitoring: 'setup/single-mode/installation-monitoring.md'
- Dual Mode Setup:
- Required Hardware: 'setup/dual-mode/hardware-checklist.md'
- Recommended Hardware: 'setup/dual-mode/hardware-recommendations.md'
- Software Setup: 'setup/dual-mode/software-setup.md'
- Hardware Assembly: 'setup/dual-mode/hardware-assembly.md'
- Installation Monitoring: 'setup/dual-mode/installation-monitoring.md'
- Next Steps: 'setup/next-steps.md'
- Advanced Setup:
- 'advanced-setup/index.md'
- Two-Factor Authentication (2FA): 'advanced-setup/2fa.md'
- Backup Power: 'advanced-setup/ups.md'
- Internet Failover (LTE): 'advanced-setup/internet-failover.md'
- Power over Ethernet: 'advanced-setup/poe.md'
- Firewall Configuration (UFW): 'advanced-setup/ufw.md'
- The config.txt File: 'advanced-setup/config.md'
- Overclocking: 'advanced-setup/OC.md'
- Monitoring:
- 'monitoring/index.md'
- Installation Monitor: 'monitoring/installation-monitor.md'
- Grafana: 'monitoring/grafana.md'
- LCD: 'monitoring/lcd.md'
- HTTP API: 'monitoring/system-monitor.md'
- Management:
- 'management/index.md'
- SSH: 'management/ssh.md'
- Cockpit:
- 'management/cockpit/dashboard.md'
- Web3 Pi Updater: 'management/cockpit/web3-pi-updater.md'
- Web3 Pi Link: 'management/cockpit/web3-pi-link.md'
- Web3 Pi Script Runner: 'management/cockpit/web3-pi-script-runner.md'
- WelcomeBox: 'welcome-box/index.md'
- UPS:
- 'ups/index.md'
- Getting Started: 'ups/getting-started.md'
- Hardware:
- 'ups/hardware/index.md'
- Display & Menu: 'ups/hardware/display-menu.md'
- Battery: 'ups/hardware/battery.md'
- Power & Failover: 'ups/power.md'
- Connectivity:
- 'ups/connectivity/index.md'
- Web Panel: 'ups/connectivity/web-panel.md'
- HTTP Mode: 'ups/connectivity/http-mode.md'
- Arkiv Mode: 'ups/connectivity/arkiv-mode.md'
- Host Integration: 'ups/host-integration.md'
- Firmware Updates: 'ups/firmware-update.md'
- Reference:
- Specifications: 'ups/reference/specifications.md'
- WUPS Protocol: 'ups/reference/protocol.md'
- Troubleshooting: 'ups/troubleshooting.md'
- Use Cases:
- Install in your wallet: 'use-cases/wallet.md'
- Transaction Firewall: 'use-cases/transaction-firewall.md'
- Solo Staking (coming soon): 'use-cases/solo-staking.md'
- Support:
- Troubleshooting: 'support/troubleshooting.md'
- Cheatsheet: 'support/cheatsheet.md'
- Contact: 'support/contact.md'
- Downloads: 'downloads/index.md'