-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (41 loc) · 1.14 KB
/
mkdocs.yml
File metadata and controls
46 lines (41 loc) · 1.14 KB
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
site_name: Koality
repo_url: https://github.com/ottogroup/koality
repo_name: ottogroup/koality
theme:
name: "material"
logo: assets/icon.png
favicon: assets/icon.png
language: en
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
palette:
primary: white
plugins:
- mkdocstrings:
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/linkedin
link: https://de.linkedin.com/company/otto-group-data-works
name: OG data.works on LinkedIn
- icon: fontawesome/brands/linkedin
link: https://de.linkedin.com/company/ottogroup-one-o
name: one.O on LinkedIn
- icon: fontawesome/brands/github
link: https://github.com/ottogroup
name: Otto Group on GitHub
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- Configuration: configuration.md
- Identifier filters: identifier_filters.md
- Reference:
- Overview: machinery/index.md
- Checks: machinery/checks.md
- Executor: machinery/executor.md
- Models: machinery/models.md
- Utils: machinery/utils.md
- Exceptions: machinery/exceptions.md
- CLI: machinery/cli.md