File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,25 @@ site_author: 'Liz Rice and Michael Hausenblas'
4
4
repo_name : ' k8s-sec/cloud-native-security-tutorial'
5
5
repo_url : ' https://github.com/k8s-sec/cloud-native-security-tutorial'
6
6
copyright : ' Copyright © Liz Rice and Michael Hausenblas'
7
+ docs_dir : ' docs'
7
8
nav :
8
- - Overview : index.md
9
- - Introduction : introduction.md
10
- - Preparation : preparation.md
11
- - Compromise a pod! : compromise.md
12
- - Scanning : scanning.md
13
- - Policies : policies.md
14
- - Secure settings : settings.md
15
- - GitOps : gitops.md
16
- - Conclusion : conclusions.md
9
+ - Home :
10
+ - Overview : index.md
11
+ - Introduction : introduction.md
12
+ - Preparation : preparation.md
13
+ - Exercises :
14
+ - Compromised pod : compromise.md
15
+ - Scanning : scanning.md
16
+ - Policies : policies.md
17
+ - Secure settings : settings.md
18
+ - GitOps : gitops.md
19
+ - Conclusion :
20
+ - conclusions.md
17
21
theme :
18
22
name : ' material'
23
+ features :
24
+ - ' tabs'
25
+ - ' instant'
19
26
icon :
20
27
logo : ' material/lock'
21
28
font :
@@ -35,5 +42,4 @@ markdown_extensions:
35
42
- admonition
36
43
- codehilite :
37
44
linenums : true
38
- - pymdownx.details
39
- - pymdownx.superfences
45
+
You can’t perform that action at this time.
0 commit comments