forked from retis-org/retis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (28 loc) · 804 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (28 loc) · 804 Bytes
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
site_name: Retis
site_description: Documentation for Retis, the Linux packet tracing tool
site_author: The Retis community
site_url: https://retis.readthedocs.io/
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/retis-org/retis
edit_uri: edit/main/docs/
nav:
- Overview: index.md
- Profiles: profiles.md
- Filtering: filtering.md
- Installation: install.md
- Requirements: requirements.md
- Contributing: CONTRIBUTING.md
- External resources: resources.md
- Event sections: event_sections.md
- Python bindings: python.md
- Collectors:
- skb: modules/skb.md
- skb-drop: modules/skb_drop.md
- skb-tracking: modules/skb_tracking.md
- ovs: modules/ovs.md
- ct: modules/ct.md
- nft: modules/nft.md
theme: readthedocs
plugins:
- search