-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
96 lines (87 loc) · 2.11 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
site_name: gitstafette
site_url: https://joostvdg.github.io/gitstafette/
site_description: Site for examples and guides related to VMware Tanzu products and OSS projects
docs_dir: docs/
repo_name: joostvdg/gitstafette
repo_url: https://github.com/joostvdg/gitstafette
edit_uri: ''
copyright: 'Copyright © 2022 Joost van der Griendt'
# Theme
# Configuration
theme:
features:
- navigation.tabs
- navigation.instant
- navigation.tabs.sticky
- content.code.annotate
name: material
language: 'en'
icon:
logo: material/cloud
palette:
# 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 light mode
font:
text: 'Roboto'
code: 'JetBrains Mono'
plugins:
- git-revision-date-localized:
type: iso_datetime
- search
- minify:
minify_html: true
extra:
generator: false
version:
method: mike
provider: mike
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/joostvdg
- icon: fontawesome/brands/twitter
link: https://twitter.com/joost_vdg
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/joostvdg
# Extensions
markdown_extensions:
- abbr
- footnotes
- admonition
- codehilite:
linenums: true
guess_lang: true
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
google_analytics:
- 'UA-145385967-1'
- 'auto'
nav:
- HOME: index.md
- Smee: smee.md