-
Notifications
You must be signed in to change notification settings - Fork 60
/
mkdocs.yml
40 lines (34 loc) · 911 Bytes
/
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
site_name: flumine
site_description: Betting trading framework
theme:
name: 'material'
logo: images/logo.png
favicon: images/logo.png
palette:
primary: 'blue grey'
accent: 'indigo'
features:
- navigation.tabs
- navigation.tabs.sticky
repo_name: betcode-org/flumine
repo_url: https://github.com/betcode-org/flumine
edit_uri: ""
nav:
- Introduction: 'index.md'
- Getting started:
- QuickStart: 'quickstart.md'
- Help: 'help.md'
- Advanced:
- Clients: 'clients.md'
- Strategies: 'strategies.md'
- Trades / Orders: 'trades.md'
- Markets: 'markets.md'
- Controls: 'controls.md'
- Workers: 'workers.md'
- Sports Data: 'sportsdata.md'
- Advanced Usage: 'advanced.md'
- Performance: 'performance.md'
- Architecture: 'architecture.md'
markdown_extensions:
- admonition
- codehilite