-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.yml
54 lines (48 loc) · 1.43 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
site_name: trivy-operator
site_description: Kubernetes Operator based on the open-source container vulnerability scanner Trivy.
site_url: https://devopstales.github.io/trivy-operator/
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/devopstales/trivy-operator
edit_uri: ""
nav:
- Overview: index.md
- Quick Start: quickstart.md
- Installation: installation.md
- Configuration: configuration.md
- Functions:
- CIS Benchmark: functions/cis-benchmark.md
- Admission Controller: functions/image-validator.md
- Air-Gapped Environment: functions/airgap-mode.md
- Integrations:
- Monitoring: integrations/monitoring.md
- Policy Reporter: integrations/policy-reporter.md
- DefectDojo: integrations/defectdojo.md
- Custom Resource Definitions:
- Overview: crds/index.md
- NamespaceScanner: crds/namespace-scanner.md
- ClusterScanner: crds/cluster-scanner.md
- VulnerabilityReport: crds/vulnerability-report.md
- PolicyReport: crds/policy-report.md
- ClusterPolicyReport: crds/cluster-policy-report.md
theme:
name: material
language: "en"
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- footnotes
- attr_list
- pymdownx.tabbed
- def_list
- pymdownx.details
extra:
generator: false
version:
default: latest
method: mike
provider: mike
plugins:
- search
- macros