-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
86 lines (80 loc) · 2.42 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: Hooker
site_url: https://khulnasoft-lab.github.io/hooker
site_description: Integrate vulnerability scanning with a variety of systems.
docs_dir: docs/
repo_name: Hooker
repo_url: https://github.com/khulnasoft-lab/hooker
edit_uri: ""
copyright: Copyright 2019-2022 Khulnasoft Security Software Ltd.
nav:
- Introduction: index.md
- Use cases:
- Simple Examples: examples.md
- Blueprints:
- Tunnel Scan: blueprints/tunnel-vulnerability-scan.md
- Tunnel AWS Security Hub: blueprints/tunnel-aws-security-hub.md
- Tunnel Operator: blueprints/tunnel-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
- Khulnasoft Cloud: khulnasoftcloud.md
- Hooker UI: ui.md
- Advanced: advanced.md
theme:
name: material
custom_dir: overrides
language: 'en'
logo: img/hooker.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.git
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/khulnasoft-lab
- icon: fontawesome/brands/slack
link: https://slack.khulnasoft.com/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCZd5NF4XJRaU-yfextsY-pw
- icon: fontawesome/brands/twitter
link: https://twitter.com/KhulnasoftSecTeam
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/khulnasoftteam/
version:
provider: mike
# Requires pip install mkdocs-macros-plugin
plugins:
- search
- macros