-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
63 lines (61 loc) · 1.87 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
site_name: Documentação LEIC.pt
theme:
name: material
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: light blue
toggle:
icon: material/lightbulb-outline
name: Mudar para light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: light blue
toggle:
icon: material/lightbulb
name: Mudar para dark mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
icon:
repo: fontawesome/brands/github
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/leic-pt
- icon: fontawesome/brands/discord
link: https://isthub.pt
repo_url: https://github.com/leic-pt/resumos-leic
repo_name: leic-pt/resumos-leic
edit_uri: https://github.com/leic-pt/docs/master/docs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
nav:
- Contribuir Resumos LEIC:
- Overview: index.md
- Configurar Ambiente: development-environment.md
- Clonar Repositório: git-clone.md
- Correr Localmente: running-locally.md
- Efetuar Alterações: changing-content.md
- Submeter Alterações: submitting-changes.md
- Referência Markdown:
- CommonMark: markdown-reference/common-mark.md
- Fórmulas Matemáticas: markdown-reference/math.md
- Containers: markdown-reference/containers.md
- Filtros em Imagens: markdown-reference/image-filters.md
- Cores no Texto: markdown-reference/text-color.md
- Tabelas: markdown-reference/tables.md
- Table of Contents: markdown-reference/toc.md
- Vídeos: markdown-reference/videos.md
- Footnotes: markdown-reference/footnotes.md