-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
62 lines (57 loc) · 1.69 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
53
54
55
56
57
58
59
60
61
62
site_name: Stardew Valley
site_url: https://github.com/SBD1/2024.2-StardewValley
repo_url: https://github.com/SBD1/2024.2-StardewValley
repo_name: 2024.2-StardewValley
nav:
- Visão Geral: index.md
- Módulo 1:
- Diagrama Entidade-Relacionamento: entrega-01/DER.md
- Dicionário de Dados: entrega-01/DicionáriodeDados.md
- Modelo Entidade-Relacionamento: entrega-01/MER.md
- Modelo Relacional: entrega-01/MREL.md
- Apresentação: entrega-01/apresentação_1.md
- Módulo 2:
- DDL: entrega-02/ddl.md
- DML: entrega-02/dml.md
- DQL: entrega-02/dql.md
- Apresentação: entrega-02/apresentação_2.md
- Módulo 3:
- Triggers e SP: entrega-03/triggers.md
- Views: entrega-03/view.md
- Atualizações: entrega-03/mudancas-mod3.md
- Apresentação: entrega-03/apresentação_3.md
- Manual do Jogador: manual.md
extra_css:
- stylesheets/stardew.css
theme:
language: pt-BR
name: material
favicon: img/StardewLogo.png
logo: img/StardewLogo.png
features:
- navigation.tabs
- navigation.top
palette:
- scheme: slate
primary: indigo
accent: custom
toggle:
icon: material/toggle-switch-off-outline
name: Mudar para o modo claro
- scheme: default
primary: indigo
accent: custom
toggle:
icon: material/toggle-switch
name: Mudar para o modo escuro
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower