-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
93 lines (83 loc) · 2.02 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
repo_url: https://github.com/SBD1/2024.2-Cyberpunk
repo_name: 2024.2-Cyberpunk
site_name: Cyberpunk
theme:
name: material
logo: assets/images/logo3.png
favicon: assets/images/logo2.png
features:
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.footer
- naviagtion.top
- toc.follow
- content.code.annotate
- tabs.sticky
font:
text: Montserrat
code: JetBrains Mono
language: pt
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: deep purple
accent: Pink
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: deep purple
accent: Pink
features:
- instant
- navigation.tabs
search:
lang: en
separator: "-"
nav:
- Sobre: index.md
- Apresentações: apresentacoes.md
- Módulo 1:
- Modelo Entidade-Relacionamento:
- V1: modulo1/MER_Cyberpunk.md
- Diagrama Entidade-Relacionamento:
- V1: modulo1/DER_Cyberpunk.md
- V2: modulo1/DER-v2.md
- Modelo Relacional:
- V1: modulo1/Modelo_Relacional.md
- Dicionário de Dados:
- V1: modulo1/Dicionario.md
- Módulo 2:
- DDL: modulo2/ddl.md
- DML: modulo2/dml.md
- DQL: modulo2/dql.md
markdown_extensions:
- admonition
- codehilite #formatar coodigo
- footnotes #notas de rodape
- toc: # table of contents
permalink: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences #formatar codigo
- pymdownx.details #notas expandiveis
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist: #checkoboxes
custom_checkbox: true
- pymdownx.arithmatex #matematica
plugins:
- search
extra_css:
- styles/extra.css
extra_javascript:
- scripts/extra.js
extra:
footer: Copyright © 2024 Cyberpunk
social:
- icon: fontawesome/brands/github
link: https://fosstodon.org/@squidfunk
copyright: Copyright © 2024 Cyberpunk