-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (42 loc) · 1.28 KB
/
mkdocs.yml
File metadata and controls
43 lines (42 loc) · 1.28 KB
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
site_name: Chipmunk Log Analyzer & Viewer
site_url: https://esrlabs.github.io/chipmunk/
docs_dir: docs
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
nav:
- Overview: index.md
- Installation: installation.md
- Search: search.md
- Charts: charts.md
- Navigation: navigation.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
- Repository Structure: contributing/repository-structure.md
- Development Guide: contributing/development-guide.md