-
Notifications
You must be signed in to change notification settings - Fork 102
/
mkdocs.yml
46 lines (42 loc) · 1.02 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
39
40
41
42
43
44
45
46
site_name: Mihari
theme:
name: material
plugins:
search:
tags:
enabled: true
tags_file: tags.md
nav:
- Requirements: requirements.md
- Installation: installation.md
- Architecture: architecture.md
- Rule: rule.md
- Configuration: configuration.md
- Usage: usage.md
- Tips:
- Sidekiq: tips/sidekiq.md
- Docker: tips/docker.md
- GitHub Actions: tips/github_actions.md
- Superset: tips/superset.md
- Sentry: tips/sentry.md
- Alternatives: tips/alternatives.md
- References:
- Analyzers: analyzers/index.md
- Enrichers: enrichers/index.md
- Emitters: emitters/index.md
- Diagrams: diagrams.md
- Tags: tags.md
- Development: dev.md
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.extra
- pymdownx.highlight
- pymdownx.magiclink
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format