-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
109 lines (100 loc) · 2.67 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
site_name: ""
repo_name: bisonai/datamaxi-python
repo_url: https://github.com/bisonai/datamaxi-python
plugins:
- search
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_options:
ignore_init_summary: true
docstring_section_style: list
separate_signature: true
show_signature_annotations: true
show_symbol_type_heading: true
merge_init_into_class: true
members_order: source
markdown_extensions:
- toc:
permalink: true
- codehilite
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
nav:
- Main: index.md
- API: api.md
- CEX:
- Candle: cex-candle.md
- Ticker: cex-ticker.md
- Fees: cex-fee.md
- Wallet Status: cex-wallet-status.md
- Announcement: cex-announcement.md
- Token: cex-token.md
- DEX: dex.md
- Funding Rate: funding-rate.md
- Premium: premium.md
- Forex: forex.md
- Naver Trend: naver-trend.md
- Telegram: telegram.md
theme:
name: material
logo: /assets/logo.png
favicon: /assets/images/favicon.png
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- header.autohide
- announce.dismiss
- navigation.footer
- navigation.path
watch:
- datamaxi
extra_css: [extra.css]
extra:
homepage:
analytics:
provider: google
property: G-X2HTG9B39J
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
social:
- icon: fontawesome/brands/github
link: https://github.com/Bisonai
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/datamaxiplus
- icon: fontawesome/brands/telegram
link: https://t.me/datamaxiplus
- icon: fontawesome/brands/medium
link: https://medium.com/@datamaxiplus
copyright: Copyright © 2024 DataMaxi+