-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
88 lines (81 loc) · 2.05 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
# proj info
site_name: 'DERO Wiki'
site_description: 'Wiki for DERO'
site_author: 'Sajo8'
site_url: https://dero.wiki/
# repo
repo_name: 'soja811/dero-docs'
repo_url: 'https://github.com/soja811/dero-docs'
# copyright
copyright: 'Copyright 2018 Sajo8, Sajo811, Soja8, Soja811'
# config
theme:
name: 'material'
custom_dir: 'theme'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo: 'images/logo.png'
favicon: 'images/fav.png'
palette:
primary: 'teal'
language: 'en'
direction: 'ltr'
feature:
tabs: true
# 404 page
static_templates:
- 404.html
# customization
extra:
search:
language: 'en'
social:
- type: 'github'
link: 'https://github.com/deroproject'
# extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
#pymdown extensions
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# directory org
pages:
- Home:
- Home: index.md
- Getting Started: Getting-Started.md
- FAQ:
- Frequently Asked Questions: Frequently-Asked-Questions.md
- Guides:
- Mining:
- How to Mine DERO: mining/Mining.md
- XMR-Stak: mining/XMR-Stak-Guide.md
- XMR-Stak on Linux: mining/XMR-Stak-Linux-Guide.md
- XMRig: mining/XMRig-Guide.md
- Pools: mining/Pools.md
- Cloud Mining: mining/Cloud-Mining.md
- Mining with a SBC: mining/Mining-with-SBC.md
- Wallets:
- Making a Wallet: wallets/Making-a-Wallet.md
- GUI Wallet: wallets/Using-the-GUI-Wallet.md
- CLI Wallet: wallets/Using-the-CLI-Wallet.md
- Making a Paper Wallet: wallets/Making-a-Paper-Wallet.md
- Restoring your Wallet: wallets/Restoring-your-Wallet.md