Skip to content

Commit a69050f

Browse files
committed
improves navigation, paths stay the same
1 parent 73e5afe commit a69050f

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

mkdocs.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,25 @@ site_author: 'Liz Rice and Michael Hausenblas'
44
repo_name: 'k8s-sec/cloud-native-security-tutorial'
55
repo_url: 'https://github.com/k8s-sec/cloud-native-security-tutorial'
66
copyright: 'Copyright © Liz Rice and Michael Hausenblas'
7+
docs_dir: 'docs'
78
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
1721
theme:
1822
name: 'material'
23+
features:
24+
- 'tabs'
25+
- 'instant'
1926
icon:
2027
logo: 'material/lock'
2128
font:
@@ -35,5 +42,4 @@ markdown_extensions:
3542
- admonition
3643
- codehilite:
3744
linenums: true
38-
- pymdownx.details
39-
- pymdownx.superfences
45+

0 commit comments

Comments
 (0)