-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
168 lines (158 loc) · 4.46 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
site_name: "mlinfra"
site_url: https://mlinfra.io/
repo_name: mlinfra
repo_url: https://github.com/mlinfra-io/mlinfra
edit_uri: edit/main/docs/
strict: true
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
watch:
- examples/
nav:
- Introduction: index.md
- User Guide:
- user_guide/index.md
- Stack config:
- user_guide/stack_config/index.md
- Provider: user_guide/stack_config/provider.md
- Deployment: user_guide/stack_config/deployment.md
- Stack: user_guide/stack_config/stack.md
- Cloud Config:
- user_guide/cloud_config/index.md
- Application Config:
- user_guide/application_config/index.md
- Examples:
- Local:
- kind: code/local/kind.md
- minikube: code/local/minikube.md
- AWS:
- cloud_vm: code/aws/cloud_vm.md
- kubernetes: code/aws/kubernetes.md
- Contributing: CONTRIBUTING.md
- Reporting Security Vulnerabilities: SECURITY.md
- Release Notes: RELEASE_NOTES.md
- Acknowledgements: acknowledgements.md
- About Me: about_me.md
not_in_nav: |
/roadmap.md
theme:
name: "material"
custom_dir: docs/overrides
font:
text: Raleway
code: mononoki
logo: _images/mlinfra-white.png
favicon: _images/mlinfra-minimal-white.png
features:
# - content.tabs.link
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.path
- content.action.edit
- navigation.tabs
- navigation.tabs.sticky
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: deep orange
accent: yellow
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
primary: deep orange
accent: yellow
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: deep orange
accent: yellow
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
repo: fontawesome/brands/github
admonition:
note: material/lightbulb-alert
markdown_extensions:
- abbr
- tables
- def_list
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets:
# base_path: !relative $config_dir # this is necessary otherwise code snippets don't show up.
url_download: true
extra:
homepage: https://mlinfra.io/
generator: false
version:
provider: mike
default: latest
analytics:
provider: custom
api_key: 167aefed6bd10a9200b052a52504ff5
social:
- icon: fontawesome/brands/github
link: https://github.com/aliabbasjaffri
- icon: fontawesome/brands/python
link: https://pypi.org/project/mlinfra
- icon: fontawesome/brands/discord
link: https://discord.gg/BwuMen4XEE
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/mlinfra/
- icon: fontawesome/brands/medium
link: https://medium.com/@aliabbasjaffri_/
consent:
title: Cookie consent
description: >-
We use cookies to recognize your visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
cookies:
analytics: analytics by amplitude
actions:
- accept
plugins:
- privacy
- search
- section-index
- mike:
canonical_version: latest
- git-revision-date-localized:
enable_creation_date: false
type: iso_date
copyright: >
Copyright © 2023 - 2024 mlinfra –
<a href="#__consent">Change cookie settings</a>