-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 983 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (33 loc) · 983 Bytes
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
site_name: My Kubernetes Portfolio
site_url: https://<your-username>.github.io/student-notebook/
theme:
name: material
palette:
primary: blue
accent: cyan
nav:
- Home: index.md
- Getting Started:
- Lab Notes: 00-getting-started/lab-notes.md
- Kubernetes Fundamentals:
- NGINX Pod Lab: 01-kubernetes-fundamentals/lab-guide.md
- YAML: 01-kubernetes-fundamentals/nginx-pod.yaml
- GitOps:
- FluxCD Install: 02-gitops/fluxcd-installation.md
- Lab Guide: 02-gitops/lab-guide.md
- Security:
- Security Lab Guide: 03-security/lab-guide.md
- Example PSP: 03-security/podsecuritypolicy-example.yaml
- Reflections:
- Week 1: 99-reflections/week1.md
- Week 2: 99-reflections/week2.md
- Week 3: 99-reflections/week3.md
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite
- footnotes
- tables
repo_url: https://github.com/kubeskills/student-notebook
edit_uri: edit/main/docs/