forked from osintbrazuca/osint-brazuca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (37 loc) · 961 Bytes
/
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
site_name: OSINT Brazuca
repo_url: https://github.com/fellipematos/osint-brazuca-mkdocs
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
font:
text: Roboto
features:
- navigation.tracking
palette:
- scheme: default
primary: light blue
toggle:
icon: material/lightbulb
name: Light
- scheme: slate
primary: light blue
toggle:
icon: material/lightbulb-outline
name: Dark
markdown_extensions:
- pymdownx.tasklist # Lista de tarefas
- pymdownx.emoji # Emojis
- attr_list # Button
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
extra_css:
- https://unpkg.com/[email protected]/dist/mermaid.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js