forked from leonidasmark/bitcoin-cash-node-on-raspberry-pi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (52 loc) · 1.97 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
site_name: How to run Bitcoin Cash Node on a Raspberry Pi 4 with Ubuntu Desktop
site_url: https://josh-wong.github.io/bitcoin-cash-node-on-raspberry-pi/
# adds repo details in the top right-hand corner
repo_name: josh-wong/bitcoin-cash-node-on-raspberry-pi
repo_url: https://github.com/josh-wong/bitcoin-cash-node-on-raspberry-pi
# warning: this edit page button does not work; I have prioritized the
# multidocs site, so the edit page button on https://josh-wong.github.io
# is correct; there doesn't seem to be a way to remove it from one site
# and keep it on the other.
edit_uri: edit/main/
plugins:
- search
theme:
name: material
favicon: assets/images/favicon.png
logo: assets/images/mkdocs_bitcoin_cash_node_logo.png
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
primary: blue
accent: blue
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
primary: blue
accent: blue
features:
- search.suggest
nav:
- Overview: 'index.md'
- Installing Bitcoin Cash Node:
- Getting started: 'installation-and-setup/index.md'
- Preparing your device: 'installation-and-setup/01_preparation.md'
- Setting up Bitcoin Cash Node: 'installation-and-setup/02_bchn-setup.md'
- Setting up your Bitcoin Cash wallet: 'installation-and-setup/03_wallet-setup.md'
- Conclusion: 'installation-and-setup/04_conclusion.md'
- Upgrading Bitcoin Cash Node:
- Getting started: 'upgrade/index.md'
- Preparing your device: 'upgrade/01_preparation.md'
- Upgrading Bitcoin Cash Node: 'upgrade/02_bchn-upgrade.md'
- Cleaning up old files: 'upgrade/03_cleanup.md'
- Conclusion: 'upgrade/04_conclusion.md'
- References: 'references.md'
- Contributions: 'contributions.md'
- Donations: 'donations.md'