-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
57 lines (53 loc) · 1.79 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
site_name: bouheki
site_url: https://mrtc0.github.io/bouheki/
site_description: bouheki is a MAC(Mandatory Access Control) type of security audit tool.
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/mrtc0/bouheki
theme:
name: material
palette:
primary: teal
language: 'en'
features:
- navigation.tabs
- navigation.tabs.sticky
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- footnotes
- attr_list
- def_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
nav:
- HOME: index.md
- Getting started:
- Overview: getting-started/overview.md
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- Use Cases:
- Prevent SSRF: use-cases/prevent-ssrf.md
- Prevent Breakout Container: use-cases/prevent-container-breakout.md
- Prevent Supply Chain Attacks: use-cases/prevent-supply-chain-attack-and-hardening-github-actions.md
- Configuration:
- Configuration: configuration/configuration.md
- Network Restriction:
- Configuration: configuration/network-restriction/configuration.md
- Examples: configuration/network-restriction/examples.md
- File Access Restriction:
- Configuration: configuration/file-access-restriction/configuration.md
- Examples: configuration/file-access-restriction/examples.md
- Mount Restriction:
- Configuration: configuration/mount-restriction/configuration.md
- Examples: configuration/mount-restriction/examples.md
- DNS Proxy: configuration/dns_proxy.md
- Development:
- Setup: development/setup.md
- Build and Test: development/build.md