-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
306 lines (306 loc) · 8.41 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
site_name: Developer Friendly Blog
edit_uri: blob/main/docs/
extra:
social:
- icon: octicons/heart-fill-16
link: https://github.com/sponsors/meysam81/
name: Sponsor the author!
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/developer-friendly
name: Follow us on LinkedIn!
- icon: fontawesome/brands/youtube
link: https://youtube.com/@developer-friendly
name: Subscribe to our YouTube channel!
- icon: fontawesome/brands/x-twitter
link: https://x.com/devfriendly_
name: Follow us on Twitter!
- icon: simple/reddit
link: https://www.reddit.com/user/meysam81/
name: Follow us on Reddit!
- icon: fontawesome/brands/hacker-news
link: https://news.ycombinator.com/submitted?id=meysamazad
name: Follow us on Hacker News!
- icon: simple/stackoverflow
link: https://stackoverflow.com/users/8282345/meysam
name: Follow us on Stack Overflow!
- icon: fontawesome/brands/discord
link: https://discord.gg/RRA6KHbgcA
name: Join our community!
- icon: fontawesome/solid/square-rss
link: /feed_rss_created.xml
name: Subscribe to our RSS feed!
analytics:
provider: google
property: !ENV [GA_PROPERTY, ""]
feedback:
title: Did you enjoy the content?
ratings:
- icon: fontawesome/regular/face-smile-beam
name: I loved it
data: 1
note: >-
Thanks for your feedback!
- icon: fontawesome/regular/face-frown
name: Nope
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://github.com/orgs/developer-friendly/discussions/new?category=general&title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">feedback form</a>.
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated 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: Google Analytics
github: GitHub
logrocket:
name: Session Recording
property: !ENV [LOGROCKET_PROPERTY, ""]
checked: true
convertkit:
property: !ENV [CONVERTKIT_PROPERTY, ""]
ga4:
property: !ENV [GA4_PROPERTY, ""]
status:
new: Recently added
extra_javascript:
- static/subscribe.js
- static/copyright.js
extra_css:
- static/subscribe.css
copyright: Copyright © <span id="current-year-9b1a4d19"></span><a href="https://github.com/meysam81">Meysam Azad</a>
hooks:
- hooks/socialshare.py
- hooks/totalviews.py
- hooks/rss-feed-description.py
- hooks/canonical-url.py
plugins:
- search:
lang: en
- typeset
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
- tags
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
background: white
shadow: true
manual: false
- offline:
enabled: !ENV [OFFLINE, false]
- optimize:
enabled: !ENV [CI, false]
- privacy:
enabled: !ENV [PRIVACY, false]
assets_exclude:
- www.googletagmanager.com/*
links_attr_map:
target: _blank
- meta:
enabled: true
- social:
enabled: true
cards: true
cards_layout: default/variant
cache: true
log: !ENV [LOG, false]
log_level: !ENV [LOG_LEVEL, warn]
debug: !ENV [DEBUG, false]
debug_on_build: !ENV [DEBUG_BUILD, false]
- blog:
draft: !ENV [DRAFT, false]
draft_if_future_date: true
authors_profiles: !ENV [AUTHORS_PROFILE, false]
post_readtime: true
blog_toc: true
post_date_format: long
post_excerpt: required
archive: true
archive_pagination: true
pagination: true
pagination_format: "$link_first $link_previous ~2~ $link_next $link_last"
- rss:
enabled: true
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
json_feed_enabled: true
rss_feed_enabled: true
url_parameters:
utm_source: "documentation"
utm_medium: "RSS"
utm_campaign: "feed-syndication"
use_git: true
pretty_print: true
use_material_social_cards: true
- git-revision-date-localized:
enable_creation_date: true
enabled: !ENV [CI, false]
type: date
fallback_to_build_date: true
- git-committers:
repository: developer-friendly/blog
branch: main
token: !ENV [GITHUB_TOKEN, ""]
enabled: !ENV [CI, false]
- table-reader
- exclude:
glob:
- "**/.terra*"
remote_branch: gh-pages
remote_name: origin
repo_name: GitHub
repo_url: https://github.com/developer-friendly/blog
site_url: !ENV [URL, https://developer-friendly.blog]
site_author: [email protected] (Meysam Azad)
site_description: >-
Kubernetes, GitOps, CI/CD, Infrastructure as Code (IaC), and Site Reliability
Engineering topics from seven years of production deployments.
strict: true
theme:
language: en
name: material
custom_dir: overrides
logo: assets/logo.webp
favicon: assets/favicon.ico
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.code.select
- content.tabs.link
- content.tooltips
- content.footnote.tooltips
- header.autohide
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
# - navigation.instant.preview
- navigation.path
- navigation.prune
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
font:
code: Roboto Mono
text: Roboto
icon:
repo: fontawesome/brands/github
palette:
- media: (prefers-color-scheme)
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: red
toggle:
icon: material/brightness-4
name: Switch to system preference
markdown_extensions:
# - material.extensions.preview
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
title: On this page
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem
- pymdownx.progressbar
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic:
mode: view
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
auto_title: true
linenums: true
linenums_style: pymdownx-inline
anchor_linenums: true
line_spans: __span
- pymdownx.snippets:
url_download: !ENV [URL_DOWNLOAD, true]
auto_append:
- includes/abbreviations.md
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
- pymdownx.tasklist:
custom_checkbox: true
nav:
- index.md
- Blog:
- blog/index.md
- Subscribe: https://newsletter.developer-friendly.blog/subscription/form
- Uptime: https://developer-friendly.cronitorstatus.com/
- sponsors.md
- terms.md
- privacy.md
watch:
- overrides
- includes
- hooks