-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
69 lines (62 loc) · 2.08 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
# Project information
site_name: 'ZecWallet Docs'
site_description: 'ZecWallet is a z-Addr first, Sapling compatible wallet and full node for zcashd that runs on Linux, Windows and macOS'
site_author: 'Zcash Foundation'
site_url: 'https://docs.zecwallet.co'
# Repository
repo_name: 'ZcashFoundation/zecwallet'
repo_url: 'https://github.com/ZcashFoundation/zecwallet'
edit_uri: 'https://github.com/adityapk00/zqw-docs/tree/master/docs'
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'teal'
accent: 'teal'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo: 'images/logo.svg'
favicon: 'images/favicon.ico'
# Customization
extra:
social:
- type: 'github'
link: 'https://github.com/ZcashFoundation/zecwallet/'
- type: 'twitter'
link: 'https://twitter.com/zecwallet'
# Extensions
markdown_extensions:
- markdown.extensions.footnotes
- markdown.extensions.smarty
- markdown.extensions.admonition
- markdown.extensions.codehilite
- markdown.extensions.toc:
permalink: true
- markdown.extensions.tables
- pymdownx.details
# Additional
copyright: If you wish to improve these docs, please <a href="https://github.com/adityapk00/zqw-docs/issues/new"><i class="fa fa-github"></i> open an issue</a> or <a href="https://github.com/adityapk00/zqw-docs/compare"><i class="fa fa-github"></i> send a pull request</a>
extra_css:
- css/style.css
# Fix the navigation
nav:
- Home: index.md
- Installation:
- Installing on Windows, Mac and Linux: installation.md
- Compiling from source: compile-from-source.md
- Setting up a build environment: setting-up-build-env.md
- Getting Started:
- Using ZecWallet: using-zecwallet.md
- Video Tutorials: video-tutorials.md
- Troubleshooting Issues: troubleshooting.md
- Turnstile Migration: turnstile-migration.md
- Android Companion App: android.md
- Translating ZecWallet: translations.md
- Zec Paper Wallet:
- Running the UI: paper.md
- Using the CLI: paper-cli.md
- FAQ: faq.md
- Privacy Policy: privacypolicy.md
- Terms of Service: termsofservice.md