-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (31 loc) · 777 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (31 loc) · 777 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
site_name: "Cloud Native Primer"
nav:
- Foundation: "foundation.md"
- CI/CD: "cicd.md"
- Observability: "observability.md"
- Security: "security.md"
- Network: "network.md"
- API: "api.md"
- Service Mesh: "servicemesh.md"
- Serverless: "serverless.md"
- Data Store: "datastore.md"
- Platform:
- Product Management: "productmanagement.md"
- Reference Platform: "platform.md"
- List of Figures: "figures.md"
theme:
name: material
features:
- tabs
- content.code.copy
- announce.dismiss
- header.autohide
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: switch to light mode