-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (30 loc) · 738 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
33 lines (30 loc) · 738 Bytes
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
site_name: riskkit
site_description: A framework-agnostic risk-management toolkit for systematic traders.
repo_url: https://github.com/HasibVortex369/riskkit
repo_name: HasibVortex369/riskkit
theme:
name: material
palette:
- scheme: default
primary: teal
toggle:
icon: material/weather-night
name: Dark mode
- scheme: slate
primary: teal
toggle:
icon: material/weather-sunny
name: Light mode
features:
- navigation.sections
- content.code.copy
nav:
- Home: index.md
- Quickstart: quickstart.md
- Components: components.md
- Integrations: integrations.md
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- tables