forked from kubernetes-sigs/kernel-module-management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (34 loc) · 1.09 KB
/
mkdocs.yml
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
37
38
39
40
---
site_name: Kernel Module Management
repo_url: https://github.com/kubernetes-sigs/kernel-module-management
edit_uri: edit/main/docs/mkdocs
site_description: Kernel Module Management (KMM) is a Kubernetes operator that manages, builds, signs and deploys out-of-tree kernel modules and device plugins on Kubernetes clusters.
site_url: https://kmm.sigs.k8s.io/
docs_dir: mkdocs
strict: true
nav:
- index.md
- Documentation:
- documentation/install.md
- documentation/deploy_kmod.md
- documentation/module_loader_image.md
- Binary firmwares: documentation/firmwares.md
- Secure boot: documentation/secure_boot.md
- Preflight validation: documentation/preflight_validation.md
- documentation/troubleshooting.md
- documentation/uninstall.md
- Lab: lab/index.md
- Developer:
- developer/index.md
- developer/use_cases.md
- developer/reconciliation_loops.md
plugins:
- exclude:
glob:
- developer/diagrams/*.puml
- developer/Makefile
markdown_extensions:
- admonition
theme:
name: mkdocs
custom_dir: overrides/