-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
92 lines (77 loc) · 2.13 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
site_name: Projeto TechConnect
repo_name: "2024.1-TechConnect - DOC"
repo_url: https://github.com/mdsreq-fga-unb/2024.1-TechConnect
nav:
- Início: index.md
- Facção: faccao.md
- Missão 1:
- Entrega 1 - Seminário: seminario.md
- Entrega 2 - Visão de Produto e Projeto:
- Produto: produto.md
- Projeto: projeto.md
- Processo de Desenvolvimento de Software: processo.md
- Lições aprendidas - Unidade 1: licao1.md
- Vídeo das Entregas: video.md
- Missão 2: missao2.md
- Missão 3: missao3.md
- Missão 4: missao4.md
- Artefatos:
- Relátorio de Status do Projeto: relatorioStatusProjeto.md
- Atas de Reunião da Equipe: ataEquipe.md
- Atas de Reunião com Cliente: ataCliente.md
- Histórico de Versões: versoes.md
- Sprints:
- Sprint 1: sprint1.md
- Sprint 2: sprint2.md
- Sprint 3: sprint3.md
- Documentação: doc.md
theme:
name: material
nav_style: dark
language: pt
logo: imagens/personagens/brasao.jpg
repo: fontawesome/brands/github
icon:
repo: fontawesome/brands/github
font:
text: Roboto Mono
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- header.autohide
- announce.dismiss
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
plugins:
- typeset
- search
palette:
- scheme: slate
primary: black
accent: light blue
toggle:
icon: material/weather-night
name: Trocar para modo claro
- scheme: default
primary: blue grey
accent: light blue
toggle:
icon: material/weather-sunny
name: Trocar para modo escuro
markdown_extensions:
- attr_list
- md_in_html
- tables
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde