forked from squidfunk/mkdocs-material
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
executable file
·106 lines (99 loc) · 2.98 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
# Project info
site_name: Metrixcoin Documentation
site_description: The official documentation for the Metrixcoin blockchain and products
site_author: The Metrixcoin Developers
site_url: https://docs.metrixcoin.com
# Copyright
copyright: Copyright © 2023 The Metrixcoin Developers
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: purple
accent: purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: purple
accent: purple
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.instant
- navigation.tracking # insiders
- navigation.tabs
- navigation.tabs.sticky # insiders
- navigation.indexes # insiders
- navigation.top
plugins:
- search
extra:
homepage: https://metrixcoin.com
social:
- icon: fontawesome/solid/globe
link: https://metrixcoin.com
- icon: fontawesome/brands/discord
link: https://discord.gg/sFDhZk4Nxb
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/officialmetrixcoinnews
- icon: fontawesome/brands/twitter
link: https://twitter.com/metrixcoin
- icon: fontawesome/brands/reddit
link: https://www.reddit.com/r/MetrixCoin/
- icon: fontawesome/brands/telegram
link: https://t.me/officialmetrixcoin
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- toc:
permalink: '#'
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home:
- Home: index.md
- Altitude:
- Installation: altitude/install.md
- First Run: altitude/firstrun.md
- Basic Functions: altitude/basicfunctions.md
- Governor: altitude/governor.md
- Backup: altitude/backup.md
- Staking: altitude/staking.md
- Troubleshooting: altitude/troubleshooting.md
- Core:
- Install: core/install.md
- Starting: core/starting.md
- Command Glossary: core/commands.md
- Exchange Usage Guide: core/exchange-usage-guide.md
- DGP:
- About the DGP: dgp2/about.md
- Command Glossary: dgp2/commands.md
- Migration to DGPv2: dgp2/v2migration.md
- Migration to DGPv3: dgp2/v3migration.md
- MRC20:
- About: mrc20/about.md
- MRC Integration Technical Guide: mrc20/integration.md
- Docker:
- About: docker/about.md
- MyStakingWallet:
- Recover Deleted Wallets: mystakingwallet/recover-deleted-wallets.md
- Billing: mystakingwallet/billing.md
- TroubleShooting:
- MacOS Manual Core Install: troubleshooting/macos-manual-core.md
- Links: links/links.md
- FAQ: faq.md
- Developers:
- Developers: developers/index.md