-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (29 loc) · 964 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (29 loc) · 964 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
site_name: Chipmunk Log Analyzer & Viewer
site_url: https://esrlabs.github.io/chipmunk/
docs_dir: docs
theme:
name: material
nav:
- Overview: index.md
- Installation: installation.md
- Search: search.md
- Charts: charts.md
- Navigation: navigation.md
- Teamwork: teamwork.md
- Chipmunk CLI Tool: cli.md
- Plugins:
- Development Guide: plugins/development-guide.md
- Integration in Chipmunk UI: plugins/integration-ui.md
- Plugins API Crate: plugins/plugins-api.md
- C/C++: plugins/c-cpp.md
- Development:
- Chipmunk Core:
- Overview: development/core/core.md
- Producer: development/core/producer.md
- Plugins: development/core/plugins.md
- Contributing:
- Welcome: contributing/welcome.md
- Getting Started: contributing/getting-started.md
- Development Guide: contributing/development-guide.md
- Debugging: contributing/debugging.md
- Developer CLI Tool: contributing/dev-cli.md