mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-26 07:30:19 +00:00
Catalogue the configuration differences between the Go runtime and runtime-rs for the QEMU hypervisor, using mkdocs admonitions and absolute GitHub URLs for out-of-tree source links. Address review feedback from #13236: remove the outdated msize_9p and Summary sections, clarify that both runtimes use enable_debug while log_level is a runtime-rs addition, and rename the architecture 4.0 page so mkdocs does not treat it as a section index. Co-authored-by: Fabiano Fidêncio <ffidencio@nvidia.com> Signed-off-by: LandonTClipp <lclipp@coreweave.com> Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com> Assisted-by: Cursor <cursoragent@cursor.com>
28 lines
1007 B
YAML
28 lines
1007 B
YAML
# https://lukasgeiter.github.io/mkdocs-awesome-nav/
|
|
nav:
|
|
- Home:
|
|
- index.md
|
|
- Getting Started:
|
|
- Quick Start Guide: quick-start-guide.md
|
|
- 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
|
|
- Local Builds & Deployment: how-to/how-to-build-and-deploy-local-artifacts.md
|
|
- Contributing:
|
|
- Documentation: doc-contributing.md
|
|
- Misc:
|
|
- Architecture: design/architecture_4.0/architecture.md
|
|
- Config Migration (runtime to runtime-rs): migrating-config-go-runtime-to-runtime-rs.md
|