forked from estahn/k8s-image-swapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
151 lines (134 loc) · 3.61 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
# Project information
site_name: k8s-image-swapper
site_url: https://estahn.github.io/k8s-image-swapper/
site_author: Enrico Stahn
site_description: >-
Mirror images into your own registry and swap image references automatically.
# Repository
repo_name: estahn/k8s-image-swapper
repo_url: https://github.com/estahn/k8s-image-swapper
edit_uri: "blob/main/docs/"
# Copyright
copyright: Copyright © 2020 Enrico Stahn
use_directory_urls: false
theme:
name: material
custom_dir: docs/overrides
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
features:
- tabs
- content.action.edit
- content.code.copy
- navigation.footer
# Plugins
plugins:
- search
- minify:
minify_html: true
- markdownextradata: {}
- social
# Extensions
markdown_extensions:
- admonition
- attr_list
- md_in_html
- codehilite:
guess_lang: false
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.highlight:
use_pygments: true
linenums_style: pymdownx-inline
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
- Getting started: getting-started.md
- Configuration: configuration.md
- FAQ: faq.md
# - Releases:
# - 1.3.0: releases/1.3.0-NOTES.md
# - Operations:
# - Production considerations: foo
# - Contributing:
# - Testing: testing.md
# - Contributors: constributors.md
extra:
version:
provider: mike
default: latest
social:
- icon: fontawesome/brands/github
link: https://github.com/estahn/k8s-image-swapper
- icon: fontawesome/brands/docker
link: https://github.com/estahn/k8s-image-swapper/pkgs/container/k8s-image-swapper
- icon: fontawesome/brands/slack
link: https://kubernetes.slack.com/archives/C04LETF7KEC
- icon: fontawesome/brands/twitter
link: https://twitter.com/estahn
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/enricostahn
analytics:
provider: google
property: G-BK225DNZVM
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.