forked from nix-community/ethereum.nix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
116 lines (108 loc) · 3.12 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
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
site_name: Ethereum.nix
site_description: Nix packages and NixOS modules for the Ethereum ecosystem
site_url: https://nix-community.github.io/ethereum.nix
repo_url: https://github.com/nix-community/ethereum.nix
edit_uri: edit/main/docs
theme:
name: material
logo: assets/logo.svg
favicon: assets/favicon.png
font:
text: IBM Plex Sans
code: IBM Plex Mono
palette:
# Palette toggle for dark mode
- scheme: default
primary: white
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for light mode
- scheme: slate
primary: deep orange
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
- navigation.footer
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
extra_css:
- stylesheets/neoteroi-mkdocs.css
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- md_in_html
- neoteroi.spantable
- neoteroi.cards
- toc:
permalink: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
linenums: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- tables
- footnotes
nav:
- Home: index.md
- getting-started.md
- apps.md
- NixOS:
- nixos/installation.md
- Services:
- nixos/running-geth.md
- nixos/running-prysm-beacon.md
- nixos/running-lighthouse-beacon.md
- nixos/running-nimbus-beacon.md
- nixos/backup-and-restore.md
- Module Options:
- nixos/modules/erigon.md
- nixos/modules/geth-bootnode.md
- nixos/modules/geth.md
- nixos/modules/mev-boost.md
- nixos/modules/nethermind.md
- nixos/modules/prysm-beacon.md
- nixos/modules/prysm-validator.md
- nixos/modules/lighthouse-beacon.md
- nixos/modules/lighthouse-validator.md
- nixos/modules/nimbus-beacon.md
- Contributing:
- Reporting a bug: contributing/reporting-a-bug.md
- Reporting a docs issue: contributing/reporting-a-docs-issue.md
- Requesting a change: contributing/reporting-a-change.md
- Asking a question: https://github.com/nix-community/ethereum.nix/discussions
- Other:
- license.md
extra:
homepage: https://nix-community.github.io/ethereum.nix
social:
- icon: fontawesome/brands/github
link: https://github.com/nix-community/ethereum.nix
name: Ethereum.nix on Github
generator: false # hide the line "Made with Material for MkDocs"
copyright: Copyright © 2022-2023 Ethereum.nix contributors