forked from enarjord/passivbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (37 loc) · 861 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
site_name: Passivbot
site_url: https://www.passivbot.com
repo_url: https://github.com/enarjord/passivbot
use_directory_urls: True
docs_dir: docs
nav:
- Home: index.md
- How it works: how-it-works.md
- Installation: installation.md
- Configuration: configuration.md
- Running live: live.md
- Backtesting: backtesting.md
- Optimizer: optimize.md
- Tuning by hand: handtuning.md
- Analysis: analysis.md
- Telegram: telegram.md
- First-time users: walkthrough.md
- Developers: developers.md
- FAQ: faq.md
theme:
name: material
logo: 'images/logo.png'
favicon: 'images/logo.png'
custom_dir: 'docs/overrides'
palette:
primary: 'blue grey'
accent: 'tear'
markdown_extensions:
- attr_list
- admonition
- toc:
permalink: True
- pymdownx.inlinehilite
- pymdownx.superfences
extra:
version:
provider: mike