-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (34 loc) · 835 Bytes
/
mkdocs.yml
File metadata and controls
37 lines (34 loc) · 835 Bytes
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
site_name: Documentação (SGDP)
site_url: https://seticdfgov.github.io/SGDP-Docs/
repo_url: https://github.com/SeticDFGov
repo_name: Sistema de Gestão de demandas e projetos
nav:
- Home: index.md
- Requisitos: requisitos/requisitos.md
- UML: UML/uml.md
- Modelagem: modelagem/modelagem.md
- Arquitetura Final: arquitetura/arq.md
# markdown_extensions:
# - toc:
# permalink: true
theme:
name: material
font:
text: inter
features:
- navigation.tabs
- navigation.tabs.sticky
- content.code.copy
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Modo escuro
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Modo claro