-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 927 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (33 loc) · 927 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
34
35
36
site_name: OpenBatch Docs
site_url: https://www.daniel-gomm.github.io/openbatch
repo_url: https://github.com/daniel-gomm/openbatch
theme:
name: "material"
icon:
repo: fontawesome/brands/git-alt
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to dark mode
plugins:
- mkdocstrings
nav:
- index.md
- Getting Started: getting_started.md
- Validation: validation.md
- Reference:
- BatchJobManager: reference/batch_job_manager.md
- BatchJobCollector: reference/batch_job_collector.md
- Requests: reference/requests.md
- Model: reference/model.md