-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
32 lines (30 loc) · 1.23 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
site_name: ClusterScanner
# These files are relative to the /docs repository
# Learn more on https://www.mkdocs.org/user-guide/writing-your-docs/
nav:
- Home: index.md
- User:
- Configuration for Teams: user/configuration/README.md
- Repolists: deployment/repolist.md
- DefectDojo: user/defectdojo/README.md
- Deployment:
- Orchestrator: deployment/deployment-orchestrator.md
- Collector: deployment/clusterscanner-image-collector.md
- Repolists: deployment/repolist.md
- Scans:
- Overview: user/scans/README.md
- Distroless: user/scans/distroless.md
- BaseImage Lifetime: user/scans/baseimage-lifetime.md
- Image Lifetime: user/scans/image-lifetime.md
- Known Vulnerabilities: user/scans/known-vulnerabilities.md
- Malware: user/scans/malware.md
- New-Version: user/scans/new-version.md
- Root-User: user/scans/run-as-root.md
- Architecture:
- Overview: architecture/README.md
- Image Fetcher: architecture/fetcher.md
- Decision Orchestration: architecture/decisions/architecture-orchestration.md
- Decision Image Transfer: architecture/decisions/case-study-image-transfer.md
- Threat Model: architecture/threat-model.md
plugins:
- techdocs-core