-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmkdocs.yml
38 lines (35 loc) · 1.04 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
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:
- Getting started:
- Overview: index.md
- Requirements: requirements.md
- Installation: install.md
- Collectors and events:
- Introduction: collectors/intro.md
- Core sections: collectors/core.md
- skb: collectors/skb.md
- skb-drop: collectors/skb_drop.md
- skb-tracking: collectors/skb_tracking.md
- ovs: collectors/ovs.md
- ct: collectors/ct.md
- nft: collectors/nft.md
- Learn more:
- Filtering: filtering.md
- Profiles: profiles.md
- Python bindings: python.md
- Limitations: limitations.md
- Resourses:
- External: resources.md
- Contributing: CONTRIBUTING.md
markdown_extensions:
- footnotes
theme: readthedocs
plugins:
- search