-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (40 loc) · 1003 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
44 lines (40 loc) · 1003 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
33
34
35
36
37
38
39
40
41
42
43
44
site_name: redstone-py
site_description: Python client for the RedStone oracle API (modular pull price feeds). Sync + async, Pydantic v2.
repo_url: https://github.com/robertruben98/redstone-py
repo_name: robertruben98/redstone-py
theme:
name: material
features:
- navigation.sections
- content.code.copy
palette:
- scheme: default
primary: black
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
options:
show_root_heading: true
show_source: false
members_order: source
nav:
- Home: index.md
- API reference: api.md
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets:
base_path: ["."]
check_paths: true