-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
225 lines (203 loc) · 5.49 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# Project information
site_name: Cake Wallet Docs
site_url: https://docs.cakewallet.com
# Repository
repo_name: cake-tech/cake_wallet
repo_url: https://github.com/cake-tech/cake_wallet
# Copyright
copyright: Cake Labs LLC
# Configuration
theme:
name: material
custom_dir: overrides
logo: assets/logo.png
favicon: assets/favicon.ico
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/lightbulb-auto-outline
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: blue
accent: deep purple
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to system preference
primary: black
accent: deep purple
features:
- navigation.footer
- navigation.tabs
- navigation.instant
- navigation.indexes
- announce.dismiss
- navigation.instant.progress
- navigation.top
- navigation.sections
- search.suggest
- search.share
# Extensions
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- admonition
- pymdownx.blocks.caption
- abbr
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: cake-tech
repo: cake-docs
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
auto_append:
- includes/mkdocs.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- meta
# Extras
extra:
social:
- icon: simple/x
link: https://x.com/cakewallet
- icon: simple/github
link: https://github.com/cake-tech
status:
new: Recently added
deprecated: Deprecated
# Navigation
nav:
- Home: index.md
- Get Started:
- getting-started/index.md
- Install:
- Android:
- getting-started/android/index.md
- getting-started/android/google-play.md
- getting-started/android/accrescent.md
- getting-started/android/obtanium.md
- getting-started/android/fdroid.md
- Linux:
- getting-started/linux/index.md
- getting-started/linux/tails.md
- iOS / macOS: getting-started/app-store.md
- Windows: getting-started/windows.md
- Setup:
- getting-started/setup/create-first-wallet.md
- getting-started/setup/create-another-wallet.md
- Restore:
- getting-started/restore/restore-wallet-from-keys-or-seed.md
- getting-started/restore/restore-wallet-from-backup.md
- getting-started/restore/restore-wallet-from-qr-code.md
- getting-started/restore/restore-wallet-from-hardware.md
- Cryptos:
- cryptocurrencies/index.md
- cryptocurrencies/monero.md
- cryptocurrencies/bitcoin.md
- cryptocurrencies/ethereum.md
- cryptocurrencies/litecoin.md
- cryptocurrencies/bitcoin-cash.md
- cryptocurrencies/polygon.md
- cryptocurrencies/solana.md
- cryptocurrencies/tron.md
- cryptocurrencies/nano.md
- cryptocurrencies/wownero.md
- cryptocurrencies/haven.md
- Features:
- features/index.md
- Basic Features:
- basic-features/send-funds.md
- basic-features/receive-funds.md
- basic-features/exchange.md
- basic-features/create-backup.md
- Advanced features:
- advanced-features/address-book.md
- advanced-features/authentication.md
- advanced-features/change-network-fee.md
- advanced-features/custom-node.md
- advanced-features/coin-control.md
- advanced-features/tor-with-orbot.md
- advanced-features/special-address-services.md
- advanced-features/seed-keys.md
- advanced-features/send-exchange-templates.md
- advanced-features/disable-features.md
- Cake Pay:
- cake-pay/index.md
- cake-pay/buy-gift-card.md
- cake-pay/faq.md
- Cupcake:
- cupcake/index.md
- cupcake/setup.md
- FAQ:
- faq/index.md
- faq/connection-issues.md
- faq/zero-balance.md
- faq/funds-not-appearing.md
- faq/errors.md
- Tutorials:
- tutorials/index.md
- tutorials/bitcoin-paper-wallet.md
- tutorials/find-seed-phrase.md
- tutorials/mobile-hardening.md
- Setup a monero node: https://guides.monero.com/docs/tutorials/monero-node/
- tutorials/what-to-do-if-scammed.md
- Support:
- support/index.md
- support/buy.md
- support/cake-pay.md
- support/swap.md
- support/receive.md
- support/sell.md
# - Status: status/index.md
# - cakewallet.com: website/index.md
# Plugins
plugins:
- search
- offline
- glightbox
# - git-revision-date-localized:
# enable_creation_date: true