-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
79 lines (71 loc) · 1.85 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
site_name: PyDFIRRam
site_url: https://PyDFIR.github.io/PyDFIRRam
site_description: Documentation for PyDFIRRam
repo_name: PyDFIRRam
repo_url: https://github.com/PyDFIR/PyDFIRRam
edit_uri: edit/main/docs/
theme:
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
name: material
color_mode: auto
user_color_mode_toggle: true
locale: en
features:
- search.suggest
- search.highlight
- search.share
- content.action.edit
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.path
- navigation.top
icon:
repo: fontawesome/brands/github
plugins:
- mkdocstrings
- search
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: PyDFIR/PyDFIRRam
branch: main
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- index.md
- explanation.md
- Usage:
- Installation : Usage/installation.md
- Windows : Usage/windows.md
- Linux/Mac : Usage/linux.md
- Reference:
- Index: reference/reference.md
- Base: reference/base.md
- Handler: reference/handler.md
- Renderer: reference/renderer.md
- Utils: reference/utils.md
- Windows : reference/windows.md
- Testing : reference/test.md
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/PyDFIR/pyDFIRRam
name: Github
- icon: material/email
link: "mailto:alexis.debrito@ecole2600.com"