forked from aquasecurity/starboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (67 loc) · 2.32 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
site_name: Starboard
site_url: https://aquasecurity.github.io/starboard/
site_description: Kubernetes-native security toolkit
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/aquasecurity/starboard
edit_uri: ""
nav:
- Introduction: index.md
- Starboard CLI:
- Overview: cli/index.md
- Installation:
- From the Binary Releases: cli/installation/binary-releases.md
- Krew: cli/installation/krew.md
- Docker: cli/installation/docker.md
- From Source (Linux, macOS): cli/installation/source.md
- Getting Started: cli/getting-started.md
- Troubleshooting: cli/troubleshooting.md
- Starboard Operator:
- Overview: operator/index.md
- Installation:
- kubectl: operator/installation/kubectl.md
- Helm: operator/installation/helm.md
- Operator Lifecycle Manager: operator/installation/olm.md
- Getting Started: operator/getting-started.md
- Configuration: operator/configuration.md
- Starboard Settings: settings.md
- Integrations:
- Vulnerability Scanners:
- Overview: integrations/vulnerability-scanners/index.md
- Trivy: integrations/vulnerability-scanners/trivy.md
- Aqua Enterprise: integrations/vulnerability-scanners/aqua-enterprise.md
- Private Registries: integrations/private-registries.md
- Managed Registries: integrations/managed-registries.md
- Octant Plugin: integrations/octant.md
- Lens Extension: integrations/lens.md
- Custom Resource Definitions: crds.md
- Frequently Asked Questions: faq.md
theme:
name: material
language: 'en'
logo: images/starboard-icon-white.svg
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
# All data defined under extra is automatically exposed as a variable and can
# be used from the template. For example, {{ var.version }}.
#
# Requires pip install mike and pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
extra:
generator: false
version:
method: mike
var:
tag: "v0.10.0-rc2"
tag_prev: "v0.9.2"
build:
version: "0.9.2"
commit: "a11a033e13ee87e02b673f008dbcd6c40be4da06"
date: "2021-02-15T08:32:46Z"
chart:
version: 0.4.2
# Requires pip install mkdocs-macros-plugin
plugins:
- search
- macros