-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
38 lines (34 loc) · 837 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
site_name: Apresentação MKDocs
site_author: A3Data - DashAqui
nav:
- Home: index.md
- Pré-Requisitos: requisitos.md
theme:
name: material
language: pt
favicon: "/img/a3_icon.ico"
logo: "/img/a3_icon.png"
features:
- search.suggest
- search.highlight
palette:
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Modo Escuro
- scheme: slate
primary: pink
toggle:
icon: material/toggle-switch
name: Modo Claro
markdown_extensions:
- toc:
permalink: "#"
baselevel: 2 # Nível básico dos cabeçalhos
separator: "_"
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys