-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
75 lines (73 loc) · 1.77 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
68
69
70
71
72
73
74
75
site_name: prefect-spark-on-k8s-operator
site_url: https://tardunge.github.io/prefect-spark-on-k8s-operator
repo_url: https://github.com/tardunge/prefect-spark-on-k8s-operator
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
favicon: img/favicon.ico
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
accent: blue
primary: blue
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
accent: blue
primary: blue
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
icon:
repo: fontawesome/brands/github
logo:
img/prefect-logo-mark-solid-white-500.png
font:
text: Inter
code: Source Code Pro
features:
- content.code.copy
- content.code.annotate
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- codehilite
- md_in_html
- meta
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.inlinehilite
- pymdownx.snippets
plugins:
- search
- gen-files:
scripts:
- docs/gen_home_page.py
- mkdocstrings:
handlers:
python:
options:
show_root_heading: True
show_object_full_path: False
show_category_heading: True
show_bases: True
show_signature: False
heading_level: 1
watch:
- prefect_spark_on_k8s_operator/
- README.md
nav:
- Home: index.md
- Flows: flows.md
- SparkApplication: app.md