-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (44 loc) · 1.29 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
site_name: SBD1 - Resident Evil
repo_url: https://github.com/SBD1/2024.2-Resident-Evil
repo_name: 2024.2-Resident-Evil
nav:
- Home: index.md
- "Primeira Entrega":
- "Video": entrega1/video.md
- "ME-R": entrega1/ME-R.md
- "DER": entrega1/DER.md
- "DLD": entrega1/DLD.md
- "Dicionário de Dados": entrega1/Dicionario.md
- "Segunda Entrega":
- "Normalização": entrega2/normalizacao.md
- "DDL - Data Definition Language": entrega2/ddl.md
- "DML - Data Manipulation Language": entrega2/dml.md
- "DQL - Data Query Language": entrega2/dql.md
- "Álgebra Relacional": entrega2/algebra-relacional.md
- "Apresentação": entrega2/apresentação.md
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
disable_nav_previous_next: true
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Trocar para modo escuro
- scheme: slate
toggle:
icon: material/brightness-4
name: Trocar para modo claro
favicon: assets/favicon.ico
logo: assets/favicon.ico
markdown_extensions:
- tables
- attr_list
- md_in_html
extra_css: [stylesheets/extra.css]