-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
78 lines (69 loc) · 1.88 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
site_name: Pyrrha Documentation
site_description: "A mapper collection for firmware analysis."
repo_url: "https://github.com/quarkslab/pyrrha"
repo_name: "quarkslab/pyrrha"
watch: [ mkdocs.yml, README.md, CHANGELOG.md, src/pyrrha_mapper ]
copyright: Copyright © 2023-2024 Quarkslab
theme:
name: "material"
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
accent: red
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: red
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- content.code.annotate
- content.code.copy
- footer
nav:
- Home: index.md
- Installation: installation.md
- Mappers:
- mappers/mappers.md
- Filesystem: mappers/fs.md
- Contributing:
- Mapper Development: contributing/dev_mapper.md
- Changelog: changelog.md
- License: license.md
plugins:
- autorefs
- glightbox # picture zoom
- search
- section-index
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: [ ".", ".." ]
check_paths: true
- pymdownx.superfences
extra:
social:
- icon: fontawesome/solid/globe
link: https:www.quarkslab.com
- icon: fontawesome/brands/github
link: https://github.com/quarkslab
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/quarkslab