mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-04 19:16:12 +00:00
This supersedes https://github.com/kata-containers/kata-containers/pull/12622. I replaced Zensical with mkdocs-materialx. Materialx is a fork of mkdocs-material created after mkdocs-material was put into maintenance mode. We'll use this platform until Zensical is more feature complete. Added a few of the existing docs into the site to make a more user-friendly flow. Signed-off-by: LandonTClipp <11232769+LandonTClipp@users.noreply.github.com>
19 lines
582 B
YAML
19 lines
582 B
YAML
# https://lukasgeiter.github.io/mkdocs-awesome-nav/
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started:
|
|
- prerequisites.md
|
|
- installation.md
|
|
- Configuration:
|
|
- helm-configuration.md
|
|
- runtime-configuration.md
|
|
- Platform Support:
|
|
- hypervisors.md
|
|
- Guides:
|
|
- Use Cases:
|
|
- NVIDIA GPU Passthrough: use-cases/NVIDIA-GPU-passthrough-and-Kata-QEMU.md
|
|
- NVIDIA vGPU: use-cases/NVIDIA-GPU-passthrough-and-Kata.md
|
|
- Intel Discrete GPU: use-cases/Intel-Discrete-GPU-passthrough-and-Kata.md
|
|
- Misc:
|
|
- Architecture: design/architecture/
|