-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
56 lines (56 loc) · 1.32 KB
/
mkdocs.yaml
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
site_name: hydraflow
site_url: https://daizutabi.github.io/hydraflow/
site_description: Hydraflow integrates Hydra and MLflow to manage and track machine learning experiments.
site_author: daizutabi
repo_url: https://github.com/daizutabi/hydraflow/
repo_name: daizutabi/hydraflow
edit_uri: edit/main/docs/
theme:
name: material
font:
text: Fira Sans
code: Fira Code
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
accent: black
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- content.code.annotate
- content.tooltips
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
plugins:
- search
- markdown-exec
- mkapi
markdown_extensions:
- pymdownx.magiclink
- pymdownx.highlight:
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Usage:
- usage/quickstart.md
- Reference: $api/hydraflow.**