-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (37 loc) · 1.45 KB
/
mkdocs.yml
File metadata and controls
41 lines (37 loc) · 1.45 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
site_name: Exsolution knowledge base
theme: material
repo_url: https://github.com/exsolution/ext-docs
repo_name: Github
edit_uri: edit/master/docs/
markdown_extensions:
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
# Determines if a broken link to a page within the documentation is considered a warning
# or an error (link to a page not listed in the pages setting).
# Set to true to halt processing when a broken link is found, false prints a warning.
strict: true
nav:
- Home: index.md
- Wallet:
- "Upgrade guide": wallet/upgrade_linux.md
- "Backup guide": wallet/backup.md
- Masternodes:
- "Introduction": masternodes/introduction.md
- "Setup guide (Linux)": masternodes/deployment_linux.md
- "Setup guide (Windows)": masternodes/deployment_win.md
- International:
- French:
- Masternodes:
- "Guide de deploiement (Windows)": international/fr/masternodes/deployment_win.md
- Russian:
- Masternodes:
- "руководство по настройке (Windows)": international/ru/masternodes/deployment_win.md
- Chinese:
- Masternodes:
- "设置指南 (Windows)": international/cn/masternodes/deployment_win.md
- Japanese:
- Masternodes:
- "セットアップガイド (Windows)": international/jp/masternodes/deployment_win.md
- Korean:
- Masternodes:
- "설정 가이드 (Windows)": international/kr/masternodes/deployment_win.md