-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 746 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (33 loc) · 746 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: RadiantOne Cloud Native Lab
# Copyright
copyright: Copyright © 2022 Radiant Logic, Inc.
# Theme
theme:
name: material
#logo: r1small.jpg
nav_style: light
navigation_depth: 5
features:
- navigation.expand
- navigation.sections
- navigation.top
- navigation.tabs
- search.highlight
- search.share
- search.suggest
nav:
- Home: index.md
- Prerequisites:
- Setup: prereqs.md
- minikube: minikube.md
- Docker: docker.md
- Docker Compose: docker-compose.md
#- Kubernetes: kubernetes.md
- Helm: helm.md
- Advanced:
- Custom Images: custom-docker.md
#- CFS: cfs.md
- Troubleshooting: troubleshooting.md
- Cheat Sheet:
- Docker: docker-cheatsheet.md
- Kubernetes: k8s-cheatsheet.md