-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmkdocs.yml
127 lines (120 loc) · 3.95 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
117
118
119
120
121
122
123
124
125
126
127
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Voi Swarm
site_description: Join the Voi Network by running a node
site_url: https://voinetwork.github.io/voi-swarm/
repo_url: https://github.com/VoiNetwork/voi-swarm
edit_uri: edit/main/docs/
theme:
name: material
language: en
logo: assets/Voi_Logo_White_on_Purple_Background.png
favicon: assets/favicon.ico
palette:
primary: custom
features:
- navigation.instant
- navigation.instant.progress
- content.action.edit
- content.code.copy
- content.tabs.link
- search.suggest
- search.highlight
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/Voi_Net
- icon: fontawesome/brands/github
link: https://github.com/VoiNetwork/voi-swarm
- icon: fontawesome/brands/discord
link: https://discord.com/invite/vnFbrJrHeW
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- reject
- manage
analytics:
provider: google
property: G-FXJF968XD5
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
joining <a href="https://discord.com/invite/vnFbrJrHeW">our Discord</a>.
copyright:
<a href="#__consent">Change cookie settings</a>
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
- md_in_html
- pymdownx.snippets:
base_path: "docs"
check_paths: true
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
plugins:
- search
- social:
cards_layout: default/variant
cards_layout_options:
background_color: "#702AE2"
- git-revision-date-localized:
enabled: true
enable_creation_date: true
- git-authors
- privacy
extra_css:
- stylesheets/extra.css
nav:
- Voi Swarm: index.md
- Getting Started:
- Introduction: getting-started/introduction.md
- Setup Your Account: getting-started/setup-account.md
- Installation:
- System requirements: installation/system-requirements.md
- Prerequisites: installation/prerequisites.md
- Installation: installation/installation.md
- Installation (advanced): installation/installation-advanced.md
- Uninstall: installation/uninstall.md
- Updating:
- Updating Voi Swarm: updating/swarm-update.md
- Telemetry name: updating/telemetry.md
- Migrating network: updating/migrating-network.md
- Operating:
- Running your node: operating/running-your-node.md
- Participation keys: operating/participation-keys.md
- Staking program: operating/staking-program.md
- Setup notifications: operating/setup-notifications.md
- Notification Guides:
- Amazon SES: notification-guides/amazon-ses.md
- Email: notification-guides/email.md
- Pushbullet: notification-guides/pushbullet.md
- Provider Guidance: provider-guidance.md
- Migrating to Voi Swarm: migrating.md
- Advanced Node Running:
- Relay Node: advanced-node-running/relay-node.md
- CLI Tools: cli-tools.md
- Troubleshooting: troubleshooting.md