-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
113 lines (112 loc) · 4.27 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
site_name: Kubescape
site_url: https://kubescape.io/
repo_url: https://github.com/kubescape/kubescape
theme:
name: material
logo: assets/kubescape-lockup.svg
font:
text: Fira Sans
code: Fira Mono
features:
- content.code.copy
- navigation.sections
- navigation.tabs
- navigation.footer
- navigation.tracking
- navigation.expand
# - navigation.indexes
icon:
repo: fontawesome/brands/github
custom_dir: overrides
plugins:
- blog:
archive_date_format: MMMM yyyy
archive_url_format: "archive/{date}"
archive_url_date_format: yyyy/MM
categories_url_format: "category/{slug}"
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
abstract_chars_count: -1
abstract_delimiter: ""
- search
- glightbox
- mermaid2
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/@kubescape
- icon: fontawesome/brands/github
link: https://github.com/kubescape/kubescape
extra_css:
- stylesheets/extra.css
copyright:
Copyright © 2021 - 2024 <a href="https://kubescape.devstats.cncf.io/d/66/developer-activity-counts-by-companies?orgId=1">The Kubescape Authors</a>
nav:
- Home: 'index.md'
- Docs:
- 'Documentation overview': 'docs/index.md'
- 'Getting Started': 'docs/getting-started.md'
- 'Installing the client': 'docs/install-cli.md'
- 'Installing in your cluster': 'docs/install-operator.md'
- 'Scanning your environment': 'docs/scanning.md'
- 'Accepting risk': 'docs/accepting-risk.md'
- 'Connecting to providers': 'docs/providers.md'
- Kubescape Operator:
- 'Overview': 'docs/operator/index.md'
- 'Vulnerability scanning': 'docs/operator/vulnerabilities.md'
- 'Relevancy': 'docs/operator/relevancy.md'
- 'Runtime Threat Detection': 'docs/operator/runtime-threat-detection.md'
- 'Generate Network Policies': 'docs/operator/network-policy-generation.md'
- 'Scheduled scans': 'docs/operator/scheduled-scans.md'
- 'Continuous scanning': 'docs/operator/continuous-scanning.md'
- 'Prometheus Integrations': 'docs/operator/prometheus-integration.md'
- 'UI with Headlamp': 'docs/operator/ui-with-headlamp.md'
- 'Automatic upgrades': 'docs/operator/automatic-release-upgrades.md'
- 'VEX document generation (experimental)': 'docs/operator/generating-vex.md'
- 'Telemetry': 'docs/operator/telemetry.md'
- Integrations:
- 'Overview': 'docs/integrations/index.md'
- 'GitHub': 'docs/integrations/github.md'
- 'Lens': 'docs/integrations/lens.md'
- 'VS Code': 'docs/integrations/vscode.md'
- Frameworks and Controls:
- 'Overview': 'docs/frameworks-and-controls/index.md'
- 'Frameworks': 'docs/frameworks-and-controls/frameworks.md'
- 'Control library': 'docs/controls/index.md'
- 'Configuring controls': 'docs/frameworks-and-controls/configuring-controls.md'
- Guides:
- 'Configure checks on a GitHub repository': 'docs/guides/kubescape-gha/index.md'
- 'Harden a cluster': 'docs/guides/kubescape-cli/index.md'
- 'Kubescape for teenagers': 'docs/guides/kubescape-for-teenagers/kubescape-for-teenagers.md'
- Project:
- 'About the Kubescape project': 'project/about.md'
- 'License': 'project/license.md'
- 'Releases': 'https://github.com/kubescape/helm-charts/releases'
- 'Community': 'project/community.md'
- 'Contributing': 'https://github.com/kubescape/kubescape/blob/master/CONTRIBUTING.md'
- Blog:
- 'blog/index.md'
- GitHub: 'https://github.com/kubescape/kubescape'
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.extra:
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format