-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
75 lines (67 loc) · 1.55 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
site_name: BitBrew
repo_url: https://github.com/rishkwal/bitbrew
repo_name: rishkwal/bitbrew
edit_uri: edit/main/docs/
site_url: https://rishkwal.github.io/bitbrew
site_description: A simple tool to craft private Bitcoin test networks
plugins:
- social
- search
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- User Guide:
- Basic Concepts: user-guide/basic-concepts.md
- Command Reference: user-guide/command-reference.md
- Roadmap: roadmap.md
- Examples:
- Basic Example: examples/basic-usage.md
theme:
name: material
default_palette: slate
font:
text: 'Roboto'
code: 'Menlo'
palette:
- scheme: slate
primary: brown
accent: deep orange
text: white
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: brown
accent: deep orange
background: white
text: black
code: brown
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.footer
- content.action.edit
- content.code.copy
extra:
generator: false
markdown_extensions:
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: false
- pymdownx.escapeall:
hardbreak: true
nbsp: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- attr_list
- md_in_html
- admonition
- pymdownx.details