-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (57 loc) · 1.38 KB
/
mkdocs.yml
File metadata and controls
57 lines (57 loc) · 1.38 KB
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
site_name: BulletTrade Docs
site_url: https://bullettrade.cn/docs/
repo_url: https://github.com/BulletTrade/bullet-trade
site_dir: ../bullettrade.cn/site/docs
docs_dir: docs
use_directory_urls: false
nav:
- 官方首页: /
- 文档首页: index.md
- 快速上手: quickstart.md
- 研究环境: research.md
- 配置总览: config.md
- 回测引擎: backtest.md
- 参数优化: optimize.md
- 实盘引擎: live.md
- Tick 行情指南: tick.md
- 交易支撑: trade-support.md
- QMT 服务配置: qmt-server.md
- API 文档: api.md
- 数据源:
- 数据源指南: data/DATA_PROVIDER_GUIDE.md
- 聚宽数据: data/DATA_PROVIDER_JQDATA.md
- MiniQMT 数据: data/DATA_PROVIDER_MINIQMT.md
- Tushare 数据: data/DATA_PROVIDER_TUSHARE.md
- 邀请贡献: contributing.md
theme:
name: material
language: zh
palette:
- scheme: slate
primary: aa
accent: aa
features:
- navigation.tabs
- navigation.tracking
- search.suggest
- toc.integrate
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
plugins:
- search
- mike:
alias_type: redirect
redirect_template: null
extra:
version:
provider: mike
default: latest
social:
- icon: fontawesome/brands/github
link: https://github.com/BulletTrade/bullet-trade
extra_css:
- css/custom.css