-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
66 lines (56 loc) · 1.49 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
site_name: DFIR-IRIS
theme:
name: material
logo: _static/logo-white.png
favicon: _static/ico_white.png
icon:
repo: fontawesome/brands/github
features:
- navigation.top
- navigation.indexes
- content.code.annotate
palette:
primary: indigo
accent: indigo
custom_dir: overrides
static_templates:
- 404.html
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/dfir_iris
- icon: fontawesome/brands/github
link: https://github.com/dfir-iris
- icon: fontawesome/solid/paper-plane
link: mailto:<[email protected]>
- icon: fontawesome/brands/discord
link: https://discord.gg/76tM6QUJza
repo_url: https://github.com/dfir-iris/iris-web
site_url: https://dfir-iris.org
site_description: "DFIR-IRIS Documentation - A collaborative incident response platform"
site_author: "DFIR-IRIS Team"
repo_name: DFIR-IRIS Web
edit_uri: ""
copyright: Copyright © 2021-2023 - DFIR-IRIS Team
plugins:
- git-revision-date
- search
- awesome-pages
dev_addr: '127.0.0.1:8080'