-
Notifications
You must be signed in to change notification settings - Fork 71
/
mkdocs.yml
86 lines (80 loc) · 2.38 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
site_name: Postee
site_url: https://aquasecurity.github.io/postee
site_description: Integrate vulnerability scanning with a variety of systems.
docs_dir: docs/
repo_name: Postee
repo_url: https://github.com/aquasecurity/postee
edit_uri: ""
copyright: Copyright 2019-2022 Aqua Security Software Ltd.
nav:
- Introduction: index.md
- Use cases:
- Simple Examples: examples.md
- Blueprints:
- Trivy Scan: blueprints/trivy-vulnerability-scan.md
- Trivy AWS Security Hub: blueprints/trivy-aws-security-hub.md
- Trivy Operator: blueprints/trivy-operator.md
- Pagerduty: blueprints/devops-pagerduty.md
- Others:
- External Healthcheck: blueprints/external-healthcheck.md
- Image Processing: blueprints/image-processing.md
- Installation: install.md
- Configuration:
- Config File: config.md
- General: settings.md
- Routes: routes.md
- Templates: templates.md
- Actions: actions.md
- Controller/Runner: controller-runner.md
- Demo: demo.md
- Aqua Cloud: aquacloud.md
- Postee UI: ui.md
- Advanced: advanced.md
theme:
name: material
custom_dir: overrides
language: 'en'
logo: img/postee.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight
- pymdownx.details
- pymdownx.superfences
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
# 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
social:
- icon: fontawesome/brands/github
link: https://github.com/aquasecurity
- icon: fontawesome/brands/slack
link: https://slack.aquasec.com/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCZd5NF4XJRaU-yfextsY-pw
- icon: fontawesome/brands/twitter
link: https://twitter.com/AquaSecTeam
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/aquasecteam/
version:
provider: mike
# Requires pip install mkdocs-macros-plugin
plugins:
- search
- macros