-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
35 lines (34 loc) · 864 Bytes
/
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
site_name: P2Pool-API
site_url: https://hreikin.github.io/p2pool-api
repo_name: hreikin/p2pool-api
repo_url: https://github.com/hreikin/p2pool-api
copyright: MIT License
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
primary: black
accent: deep orange
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: black
accent: deep orange
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
nav:
- "Home": "README.md"
- "Usage": "usage.md"
- "Reference": "reference.md"
- "Contributing": "CONTRIBUTING.md"
plugins:
- search
- mkdocstrings