mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-12 18:17:05 +00:00
This commit prunes the documentation tree by removing file that are either no longer relevant to the current architecture or have been superseded by newer guides. Specifically, the doc Intel-Discrete-GPU-passthrough-and-Kata.md and update using-Intel-QAT-and-kata.md index in nav.yaml Refining the documentation helps ensure that new contributors find accurate and up-to-date information. Signed-off-by: Alex Lyn <alex.lyn@antgroup.com>
23 lines
690 B
YAML
23 lines
690 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
|
|
- Contributing:
|
|
- Documentation: doc-contributing.md
|
|
- Misc:
|
|
- Architecture: design/architecture/
|