-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
91 lines (86 loc) · 2.52 KB
/
mkdocs.yml
File metadata and controls
91 lines (86 loc) · 2.52 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
site_name: misp-workbench documentation
site_description: A modern MISP-compatible threat intelligence platform
repo_url: https://github.com/MISP/misp-workbench
repo_name: MISP/misp-workbench
theme:
name: material
logo: images/misp-workbench-icon.png
favicon: images/misp-workbench-icon.png
features:
- navigation.tabs
- navigation.sections
- navigation.top
- toc.integrate
- search.suggest
- search.highlight
- content.code.copy
palette:
- scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: purple
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: index.md
- Features:
- Overview: features/index.md
- Feeds:
- Overview: features/feeds/index.md
- MISP Feeds: features/feeds/misp.md
- CSV Feeds: features/feeds/csv.md
- JSON Feeds: features/feeds/json.md
- Freetext Feeds: features/feeds/freetext.md
- Explore: features/explore.md
- Hunts: features/hunts.md
- Correlations: features/correlations.md
- Notifications: features/notifications.md
- Enrichments: features/enrichments.md
- MCP Server:
- Overview: features/mcp/index.md
- Claude Code: features/mcp/claude.md
- MCP Inspector: features/mcp/mcp-inspector.md
- Batch Import: features/batch-import.md
- Retention: features/retention.md
- Tech Lab:
- Reactor Scripts: features/tech-lab/reactor.md
- OpenSearch:
- Overview: features/opensearch/index.md
- Dashboards: features/opensearch/dashboards.md
- Ingest Pipelines: features/opensearch/ingest-pipelines.md
- Getting Started: getting-started.md
- Configuration: configuration.md
- Architecture: architecture.md
- Development: development.md
- API:
- Reference: features/api/index.md
- API keys: features/api/api-keys.md
- Audit logs: features/api/audit-logs.md
plugins:
- search
- swagger-ui-tag
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
docs_dir: docs