-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yaml
50 lines (43 loc) · 979 Bytes
/
mkdocs.yaml
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
site_name: "cashu-client docs"
theme:
name: material
icon:
logo: material/peanut-outline
features:
- navigation.instant
- navigation.tracking
# turn this on if you want nav bar links
- navigation.tabs
palette:
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
# page tree
nav:
- Getting Started:
- About: "index.md"
- Install: "install.md"
- Architecture:
- Cashu Protocol: "cashu.md"
- Mint: "mint.md"
- Swap: "swap.md"
- Melt: "melt.md"
- Logging: "logs.md"
- API Docs: "./api/"