forked from odudex/krux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
92 lines (87 loc) · 3.13 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
markdown_extensions:
- meta
- toc:
permalink: true
- pymdownx.mark
- pymdownx.snippets
- pymdownx.superfences:
preserve_tabs: true
- pymdownx.tabbed:
alternate_style: true
extra_css:
- css/custom.css
theme:
name: material
logo: img/favicon.png
favicon: img/favicon.png
palette:
primary: white
accent: light blue
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- navigation.indexes
- navigation.expand
- toc.integrate
site_name: Krux - Open-source signing device firmware for Bitcoin
site_description: Krux is open-source firmware that enables anyone to build their own Bitcoin signing device via off-the-shelf parts.
site_url: https://selfcustody.github.io/krux/
repo_url: https://github.com/selfcustody/krux
edit_uri: edit/main/docs
docs_dir: docs
site_dir: public
extra:
social:
- icon: material/chat
link: https://matrix.to/#/#krux:matrix.org
name: Join our Matrix server
- icon: fontawesome/solid/bullhorn
link: https://bitcointalk.org/index.php?topic=5350905.0
name: Send a message to the Bitcoin Forum
- icon: fontawesome/brands/telegram
link: https://t.me/SC_Krux
name: Join our community-led Telegram
- icon: fontawesome/brands/twitter
link: https://twitter.com/selfcustodykrux
name: Follow us on Twitter
- icon: fontawesome/brands/github
link: https://github.com/selfcustody/krux
name: Our code on Github
generator: true
copyright:
Powered by <a href="https://embit.rocks/">embit</a>, the Bitcoin library for Python 3 and Micropython
nav:
- Home: index.en.md
- Getting Started:
- About: getting-started/index.en.md
- Installing:
- Summary: getting-started/installing/index.en.md
- From pre-built official release: getting-started/installing/from-pre-built-release.en.md
- From pre-built test release: getting-started/installing/from-test-release.en.md
- From GUI application: getting-started/installing/from-gui.en.md
- From source: getting-started/installing/from-source.en.md
- Basic Usage:
- Generating a Mnemonic: getting-started/usage/generating-a-mnemonic.en.md
- Loading a Mnemonic: getting-started/usage/loading-a-mnemonic.en.md
- Navigating the Main Menu: getting-started/usage/navigating-the-main-menu.en.md
- Using a Single-sig Wallet: getting-started/usage/using-a-single-sig-wallet.en.md
- Using a Multisig Wallet: getting-started/usage/using-a-multisig-wallet.en.md
- Features:
- Encrypted Mnemonics: getting-started/features/encrypted-mnemonics.en.md
- Printing: getting-started/features/printing.en.md
- SD Card Updates: getting-started/features/sd-card-update.en.md
- Tools: getting-started/features/tools.en.md
- Transcribing QR Codes: getting-started/features/QR-transcript-tools.en.md
- Settings: getting-started/settings.en.md
- Devices and Part List: parts.en.md
- FAQ: faq.en.md
- Development: development.md
- Support the Project: support.en.md
plugins:
- search
- i18n:
default_language: en
languages:
en: English