-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
67 lines (60 loc) · 1.36 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: tawazi
repo_name: mindee/tawazi
repo_url: https://github.com/mindee/tawazi
docs_dir: documentation
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: indigo
toggle:
icon: material/brightness-4
name: "dark mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/brightness-7
name: "light mode"
nav:
- Home: index.md
- decorators: decorators.md
- ExecNodes: nodes.md
- DAG: dag.md
- DAGExecution: DAGExecution.md
- Others: others.md
- Future Developments: future_developments.md
- Releases: https://github.com/mindee/tawazi/releases
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# - markdown_include.include:
# base_path: examples
- toc:
permalink: True
- admonition
plugins:
- search
- exclude:
glob:
- requirements.txt
- mkdocstrings:
handlers:
python:
options:
show_symbol_type_toc: true
show_symbol_type_heading: true
show_source: false
# this one shows indentations in the Table of Contents
show_root_heading: true
show_root_full_path: false
show_labels: false
extra:
version:
provider: mike