-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
109 lines (106 loc) · 3.48 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
site_name: Valkyrie Framework Documentation
site_description: "Valkyrie Framework is an open source suite of tools that enable hunt teams to locate and identify hidden cybersecurity threats lurking in network traffic."
site_author: "VF Team"
copyright: >
Copyright © 2023 Carnegie Mellon University. All rights reserved.
extra_css:
- stylesheets/extra.css
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- toc.integrate
logo: assets/img/vf.png
favicon: assets/img/vf.png
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: #00bac1
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: #00bac1
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra:
analytics:
provider: google
property: G-8TFTQ2LFKB
social:
- icon: material/message-question
link: https://github.com/cmu-sei/valkyrie_framework/issues/new?template=question.md
name: Ask a Question
- icon: fontawesome/solid/bug
link: https://github.com/cmu-sei/valkyrie_framework/issues/new?template=bug_report.md
name: Report a Problem
- icon: material/lightbulb-on
link: https://github.com/cmu-sei/valkyrie_framework/issues/new?template=feature_request.md
name: Request a Feature
- icon: fontawesome/regular/comments
link: https://github.com/cmu-sei/GHOvalkyrie_frameworkSTS/discussions
name: SSVC Community Discussions
- icon: fontawesome/brands/github
link: https://github.com/cmu-sei/GHOvalkyrie_frameworkSTS
name: cmu-sei/valkyrie_framework on Github
- icon: fontawesome/regular/envelope
link: mailto:[email protected]?subject=Valkyrie%20Framework%20Feedback
name: Email Valkyrie Framework Team
- icon: fontawesome/solid/house
link: https://www.sei.cmu.edu/
name: Software Engineering Institute
nav:
- Home: index.md
- Beacon Huntress:
- Main: beacon_huntress/index.md
- Algorithms: beacon_huntress/algorithms.md
- Dashboard: beacon_huntress/dashboard.md
- Data Sources: beacon_huntress/datasource.md
- Default Filtered Hosts: beacon_huntress/defaultfilteredhosts.md
- Interface: beacon_huntress/interface.md
- Juptyer Notebooks: beacon_huntress/jupyter.md
- Modules: beacon_huntress/modules.md
- Tutorial: beacon_huntress/tutorial.md
- IP Maven:
- Main: ip_maven/index.md
- Quick Start: ip_maven/quickstart.md
- Additional Resources: ip_maven/additionalresources.md
- Frequently Asked Questions: ip_maven/faqs.md
repo_url: "https://github.com/cmu-sei/Valkyrie_Framework"
repo_name: "cmu-sei/Valkyrie_Framework"