This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
73 lines (73 loc) · 1.45 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
edit_uri: edit/main/docs/
markdown_extensions:
- admonition
- attr_list
- codehilite
- md_in_html
- meta
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.tabbed
nav:
- Home: index.md
- API Reference:
- public_data.md
- grid_trading.md
- block_trading.md
- trading_data.md
- status.md
- savings.md
- earn.md
- funding.md
- recurring_buy.md
- subaccount.md
- trade.md
- market_data.md
- convert.md
- account.md
- copy_trading.md
plugins:
- search
- mkdocstrings:
handlers:
python:
rendering:
heading_level: 2
show_bases: true
show_category_heading: true
show_object_full_path: false
show_root_heading: true
show_source: false
repo_url: https://github.com/nicelgueta/pyokx
site_name: pyokx
theme:
favicon: img/favicon.ico
font:
code: Source Code Pro
text: Inter
icon:
repo: fontawesome/brands/github
name: material
palette:
- media: (prefers-color-scheme)
toggle:
icon: material/brightness-auto
name: Switch to light mode
- accent: black
media: '(prefers-color-scheme: light)'
primary: black
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- accent: black
media: '(prefers-color-scheme: dark)'
primary: black
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
watch:
- pyokx/
- README.md