-
Notifications
You must be signed in to change notification settings - Fork 21
/
mkdocs.yml
90 lines (85 loc) · 2.7 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
site_name: "Kyverno Keptn Workshop"
repo_url: https://github.com/heckelmann/kyverno-keptn-workshop
repo_name: heckelmann/kyverno-keptn-workshop
edit_uri: edit/main/web-docs/
docs_dir: docs
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: light blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: light blue
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
features:
- content.code.copy
- navigation.footer
- navigation.indexes
font:
text: Exo 2
code: Roboto Mono
nav:
- Home: index.md
- Tutorial Steps:
- '1: Overview':
- 01-workshop-introduction/index.md
- '2: Setup Lab Environment':
- 02-create-lab-environment/index.md
- '3: The System Explained':
- 03-the-system-explained/index.md
- '3.1: Keptn': 03-the-system-explained/keptn.md
- '3.2: Kyverno': 03-the-system-explained/kyverno.md
- '3.3: Chainsaw': 03-the-system-explained/chainsaw.md
- '4: Testing The System':
- 04-test-the-system/index.md
- '5: Pre Deployment Checks':
- 05-pre-deployment-checks/index.md
- '5.1: Chainsaw test': 05-pre-deployment-checks/chainsaw-test.md
- '6: Evaluate & Promote Deployments':
- 06-evaluate-and-promote/index.md
# - '6.1: Chainsaw test': 06-evaluate-and-promote/chainsaw-test.md
- '7: Deployment Observability':
- 07-deployment-observability/index.md
- 'Final Exam': 'final-exam.md'
# pip install mkdocs-macros-plugin
# Allows use of variables (see `extras` below)
plugins:
- macros
- glightbox
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
# when code is updated
# this var can be removed and
# we can use {{ site.repo_name }} (see above)
# instead
temp_site_url: "heckelmann/kyverno-keptn-workshop"
social:
- icon: material/github
link: https://github.com/heckelmann/kyverno-keptn-workshop
- icon: material/twitter
link: https://twitter.com/wurstsalat
- icon: material/linkedin
link: https://www.linkedin.com/in/christian-heckelmann-82375a25/
- icon: material/linkedin
link: https://www.linkedin.com/in/eddycharly/