forked from pkt-cash/pkt-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (29 loc) · 750 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (29 loc) · 750 Bytes
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
site_name: PKT Documentation
site_url: https://docs.pkt.cash/
site_author: PKT
site_description: ""
repo_url: "https://github.com/pkt-cash/pkt-docs"
theme:
name: null
custom_dir: pkt
colorscheme: github
highlightjs: true
nav:
- Home: index.md
- PKT Electrum: electrum/index.md
- Mining: mining/index.md
- Pool Operation: mining/pool_setup_guide.md
- Pktd: pktd/index.md
- PKTWallet: pktd/pktwallet.md
- Wrapped PKT: wrapped_pkt.md
- Electrum Import: pktd/migrating_from_electrum.md
- FAQ: PKT_FAQ.md
- Code of Conduct: code_of_conduct.md
- Commercial: commercial.md
- Useful Tools: useful_tools.md
- Communication: communication.md
markdown_extensions:
- admonition
- toc:
permalink: true
- attr_list