-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (48 loc) · 1.38 KB
/
mkdocs.yml
File metadata and controls
52 lines (48 loc) · 1.38 KB
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: Intern Manager Pro
site_url: https://vonroderik.github.io/Intern-Manager/
site_author: Rodrigo Noronha de Mello
site_description: Sistema de Gestão de Estágios e Visitas Técnicas.
repo_name: Intern-Manager
repo_url: https://github.com/vonroderik/Intern-Manager
theme:
name: material
language: pt-BR
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
primary: indigo
accent: deep purple
toggle:
icon: material/brightness-7
name: Mudar para modo escuro
- scheme: slate
primary: indigo
accent: deep purple
toggle:
icon: material/brightness-4
name: Mudar para modo claro
features:
- navigation.tabs
- navigation.sections
- search.suggest
- search.highlight
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
# --- Reativamos os ícones, mas os sem erro! ---
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Início: index.md
# --- AQUI ESTÁ O DOWNLOAD NO MENU ---
- Download e Instalação: install.md
- Guia do Usuário:
- Cadastro de Discentes: user-guide/interns.md
- Visitas Técnicas: user-guide/visits.md
- Relatórios: user-guide/reports.md