-
Notifications
You must be signed in to change notification settings - Fork 80
/
mkdocs.yml
92 lines (84 loc) · 2.52 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
site_name: unblob - extract everything!
site_author: ONEKEY developers
site_description: unblob is an accurate, fast, and easy-to-use extraction suite. unblob parses unknown binary blobs for more than 30 different archive, compression, and file-system formats, extracts their content recursively, and carves out unknown chunks that have not been accounted for. This turns unblob into the perfect companion for extracting, analyzing, and reverse engineering firmware images.
site_url: https://unblob.org/
repo_name: Unblob on GitHub
repo_url: https://github.com/onekey-sec/unblob
edit_uri: ""
nav:
- About: index.md
- User Guide: guide.md
- installation.md
- Supported Formats: formats.md
- extractors.md
- development.md
- API: api.md
- glossary.md
- publications.md
- support.md
markdown_extensions:
- toc:
permalink: true
- pymdownx.magiclink
- def_list
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
theme:
name: material
logo: logo.svg
favicon: favicon.png
font: false
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- navigation.instant
- navigation.top
- navigation.tabs
extra_css:
- extra.css
plugins:
- search
- mkdocstrings
- social:
cards: true
cards_color:
fill: "#002060"
text: "#00FFC8"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/onekey-sec/unblob
name: unblob on GitHub
- icon: fontawesome/brands/twitter
link: https://twitter.com/onekey_sec
name: ONEKEY on Twitter
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/onekey-sec/
name: ONEKEY on LinkedIn
analytics:
provider: google
property: G-RQC2V8NDHT
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
copyright: >
Copyright © 2021 - 2022 ONEKEY GmbH.
| <a href="/privacy/">Privacy policy</a>
| <a href="#__consent">Change cookie settings</a>