-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (28 loc) · 907 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (28 loc) · 907 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: DetectMate Library
site_url: https://ait-detectmate.github.io/DetectMateLibrary/
theme:
name: readthedocs
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Basic usage: basic_usage.md
- Create new component: create_components.md
- Components:
- Overall architecture: overall_architecture.md
- Schemas: schemas.md
- Parsers: parsers.md
- Detectors: detectors.md
- Parsers Methods:
- Template Matcher: parsers/template_matcher.md
- Json Parser: parsers/json_parser.md
- LogBatcher Parser: parsers/logbatcher_parser.md
- Detectors Methods:
- Random Detector: detectors/random_detector.md
- New Value: detectors/new_value.md
- Combo Detector: detectors/combo.md
- Auxiliar:
- Persistency: auxiliar/persistency.md
- Data buffer: auxiliar/input_buffer.md
- Helpers:
- From to: helper/from_to.md