-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
56 lines (46 loc) · 1.12 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
# Title of the site
site_name: Web3 async multi provider
# Description of the site
site_description: Web3.py compatible async providers that supports multiply RPC URLs
# URL for pages editing
repo_url: https://github.com/deknowny/web3-async-multi-provider/tree/main
# Branch chosen when routing to repository
remote_branch: main
# Site's content
nav:
- Home: index.md
- For contributors: contributing.md
- User Guide:
- Introduction: user-guide/index.md
- Advanced Guide:
- Introduction: advanced-guide/index.md
# Theme preference. Use `mkdocs-material`
theme:
name: material
palette:
- scheme: default
primary: brown
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
primary: blue grey
accent: amber
toggle:
icon: material/lightbulb
name: Switch to light mode
font:
text: Ubuntu
code: Monaco
features:
- header.autohide
extra_css:
- stylesheets/slate.css
extra:
version:
provider: mike
default: latest
# Material extensions
markdown_extensions:
- admonition