Files
kata-containers/docs/.nav.yml
Fabiano Fidêncio 20705470e9 docs: Add NUMA support guide for Kata Containers with QEMU
Add a step-by-step how-to guide covering host inspection, Kata NUMA
drop-in setup (via kata-deploy Helm and manual config.d/), pod
deployment examples, and guest/host verification procedures.

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
2026-05-24 22:00:46 +02:00

25 lines
762 B
YAML

# https://lukasgeiter.github.io/mkdocs-awesome-nav/
nav:
- Home:
- index.md
- Getting Started:
- prerequisites.md
- installation.md
- Configuration:
- Helm: helm-configuration.md
- Runtime: runtime-configuration.md
- Annotations: pod-annotations.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 QAT: use-cases/using-Intel-QAT-and-kata.md
- How To:
- NUMA Support: how-to/how-to-use-numa-with-kata.md
- Contributing:
- Documentation: doc-contributing.md
- Misc:
- Architecture: design/architecture/