forked from aquasecurity/tracee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (40 loc) · 1.06 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
site_name: Tracee
site_url: https://aquasecurity.github.io/tracee/
site_description: Runtime security and forensics using eBPF.
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/aquasecurity/tracee
edit_uri: ""
nav:
- Getting Started: index.md
- Installation:
- Prerequisites: install/prerequisites.md
- eBPF Compilation: install/ebpf-compilation.md
- Linux Headers: install/headers.md
- Integrations: integrations.md
- Configuration Options: config.md
- Authoring Rules: rules-authoring.md
- Available Rules: rules-index.md
- FAQ: faq.md
- Architecture: architecture.md
- Tracing:
- Getting Started: tracee-ebpf/index.md
- Output Options: tracee-ebpf/output.md
- Trace Options: tracee-ebpf/trace-options.md
- Capturing Artifacts: tracee-ebpf/capture.md
theme:
name: material
language: 'en'
logo: images/tracee_logo_only.png
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
extra:
generator: false
version:
method: mike
provider: mike
plugins:
- search
- macros