-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
82 lines (76 loc) · 2.02 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
site_name: Airflow AWS Shared Secrets
site_url: https://afranzi.github.io/airflow-aws-shared-secrets/
site_author: Albert Franzi
# Repository
repo_name: afranzi/airflow-aws-shared-secrets
repo_url: https://github.com/afranzi/airflow-aws-shared-secrets
# Copyright
copyright: Copyright © 2024 - 2024 Albert Franzi
theme:
name: material
favicon: images/favicon.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- search.highlight
- search.share
- search.suggest
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
extra_css:
- stylesheets/extra.css
extra:
generator: false
social:
- icon: fontawesome/brands/medium
link: https://medium.com/albert-franzi
name: medium
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/albertfranzi/
name: linkedin
# Page tree
nav:
- Home: index.md
- Getting started:
- Installation: setup.md
plugins:
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: afranzi/airflow-aws-shared-secrets
branch: main
enabled: true
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg