forked from PrefectHQ/prefect-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
117 lines (113 loc) · 3.21 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
site_name: prefect-aws
site_url: https://PrefectHQ.github.io/prefect-aws
repo_url: https://github.com/PrefectHQ/prefect-aws
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.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:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.inlinehilite
- pymdownx.snippets
plugins:
- search
- gen-files:
scripts:
- docs/gen_examples_catalog.py
- docs/gen_blocks_catalog.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_aws/
- README.md
nav:
- Home: index.md
- ECS Worker Guide: ecs_guide.md
- Blocks Catalog: blocks_catalog.md
- Examples Catalog: examples_catalog.md
- Contributing: contributing.md
- API Reference:
- Batch: batch.md
- Client Waiter: client_waiter.md
- Credentials: credentials.md
- ECS Worker: ecs_worker.md
- ECS: ecs.md
- Deployments:
- Steps: deployments/steps.md
- S3: s3.md
- Secrets Manager: secrets_manager.md
extra:
social:
- icon: fontawesome/brands/slack
link: https://www.prefect.io/slack/
- icon: fontawesome/brands/discourse
link: https://discourse.prefect.io/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/c/PrefectIO/videos
- icon: fontawesome/regular/newspaper
link: https://prefect.io/guide/
- icon: fontawesome/brands/twitter
link: https://twitter.com/PrefectIO
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/prefect/
- icon: fontawesome/brands/github
link: https://github.com/PrefectHQ/prefect
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/prefecthq/prefect/
- icon: fontawesome/brands/python
link: https://pypi.org/project/prefect/
analytics:
provider: custom
property: G-8CSMBCQDKN