-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmkdocs.yml
94 lines (86 loc) · 2.27 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
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
92
93
94
# Project information
site_name: 'RockNSM'
site_description: 'Official ROCK Documentation'
site_author: 'RockNSM'
#site_url: 'https://rocknsm.github.io/rock-docs/'
# Repository
repo_name: 'rocknsm/rock-docs'
repo_url: 'https://github.com/rocknsm/rock-docs'
# Copyright
copyright: 'Copyright © 2019 RockNSM'
# Configuration
theme:
name: 'material'
language: 'en'
# feature:
# tabs: true
palette:
primary: 'Blue Grey'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo: 'img/rock.png'
favicon: 'img/favicon.ico'
# Customization
extra:
#manifest: 'manifest.webmanifest'
social:
- type: 'github'
link: 'https://github.com/rocknsm'
- type: 'twitter'
link: 'https://twitter.com/rocknsm'
# Google Analytics
#google_analytics:
# - '#'
# - 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
# Page tree
nav:
- Welcome: index.md
- About:
- about/what_is_it.md
- about/backstory.md
- about/dataflow.md
- Install:
- Requirements: install/requirements.md
- Media: install/media.md
- Installation: install/install.md
#- Example VM Install: vm_install.md
- Configure:
- Rock Manager: configure/rock-manager.md
- Setup TUI: configure/setup-tui.md
- Config Reference: configure/reference.md
- Deploy:
- Terminology: deploy/terminology.md
- Single Node: deploy/single-node.md
- Multi Node: deploy/multi-node.md
- Initial Access: deploy/initial-access.md
- Usage:
- Basic Operation: usage/index.md
- Support: usage/support.md
- Services:
- Overview: services/index.md
- Zeek: services/zeek.md
- Stenographer: services/stenographer.md
- Suricata: services/suricata.md
- FSF: services/fsf.md
- Filebeat: services/filebeat.md
- Kafka: services/kafka.md
- Logstash: services/logstash.md
- Elasticsearch: services/elasticsearch.md
- Kibana: services/kibana.md
- Docket: services/docket.md
- Reference:
- Latest Release: reference/latest.md
- Tutorials and Videos: reference/tutorials.md
- Changelog: reference/changelog.md
- License: reference/license.md
- Contribution: reference/contribution.md
- Commercial Support: reference/support.md