-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (27 loc) · 867 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (27 loc) · 867 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
31
site_name: Sensor Metrics Analyzer Docs
site_description: Documentation for sensor-metrics-analyzer
repo_url: https://github.com/stackrox/sensor-metrics-analyzer
repo_name: stackrox/sensor-metrics-analyzer
theme:
name: material
docs_dir: docs
nav:
- Docs Home: README.md
- Rules:
- Rules Home: rules/README.md
- Rule Types and Examples: rules/rule-types.md
- Advanced Rule Features: rules/advanced-features.md
- Load Detection Rules: rules/load-detection.md
- Usage:
- TUI Keyboard Shortcuts: usage/tui-shortcuts.md
- Developer Guides:
- Testing: dev/testing.md
- Releasing a New Version: dev/releasing.md
- Recording Demos: dev/recording-demos.md
- Architecture:
- Project Structure: architecture/project-structure.md
markdown_extensions:
- tables
- admonition
- toc:
permalink: true