-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
47 lines (39 loc) · 1.01 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
site_name: One Piece
repo_name: 'Grupo9_OnePiece'
repo_url: 'https://github.com/SBD1/Grupo9_OnePiece'
theme:
name: material
language: 'pt'
logo: 'images/one_piece_logo.ico'
favicon: 'images/one_piece_logo.ico'
palette:
# Palette toggle for light mode
- scheme: default
primary: light blue
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: blue
accent: orange
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: 'Montserrat'
code: 'sans-serif'
nav:
- Início: index.md
- Apresentações: apresentacao.md
- Modelagem:
- Modelo Entidade Relacionamento: mer.md
- Diagrama Entidade Relacionamento: der.md
- Modelo Relacional: mr.md
- SQL:
- DDL: ddl.md
- DML: dml.md
- DQL: dql.md
- Triggers and Stored procedures:
- Triggers and procedures: triggerandprocedures.md