forked from packing-box/python-exeplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (42 loc) · 1.19 KB
/
Copy pathmkdocs.yml
File metadata and controls
42 lines (42 loc) · 1.19 KB
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
site_author: dhondta
site_name: "MalSearch - A library for getting samples from multiple malware databases"
repo_url: https://github.com/packing-box/python-malsearch
copyright: Copyright © 2024 Alexandre D'Hondt
docs_dir: pages
nav:
- Introduction: index.md
extra:
generator: false
social:
- icon: fontawesome/solid/paper-plane
link: mailto:alexandre.dhondt@gmail.com
name: Contact Alex
- icon: fontawesome/brands/github
link: https://github.com/dhondta
name: Alex on GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/alexandre-d-2ab2aa14/
name: Alex on LinkedIn
- icon: fontawesome/brands/twitter
link: https://twitter.com/alex_dhondt
name: Alex on Twitter
extra_css:
- css/extra.css
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: img/logo.png
favicon: img/icon.png
use_directory_urls: false
markdown_extensions:
- toc:
permalink: true
- admonition