-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
65 lines (63 loc) · 1.92 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
site_name: Projeto HomeTasker
repo_name: "2024.1-HomeTasker-DOC"
repo_url: https://github.com/mdsreq-fga-unb/2024.1-HomeTasker
theme:
name: material
nav_style: dark
language: pt
icon:
logo: fontawesome/solid/radio
repo: fontawesome/brands/github
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: teal
accent: deep orange
toggle:
icon: material/weather-night
name: Trocar para modo claro
- scheme: default
primary: orange
accent: deep orange
toggle:
icon: material/weather-sunny
name: Trocar para modo escuro
nav:
- Página inicial: index.md
- História da Facção:
- The Mandalorians: the_mandalorians.md
- História dos integrantes:
- Pyke: HistoriaDosIntegrantes/pyke.md
- Blizel: HistoriaDosIntegrantes/blizel.md
- Zephyr: HistoriaDosIntegrantes/zephyr.md
- Byte: HistoriaDosIntegrantes/byte.md
- Kael Wren: HistoriaDosIntegrantes/kael-wren.md
- Aalya Kothe: HistoriaDosIntegrantes/aalya-kothe.md
- Kira Quinn: HistoriaDosIntegrantes/kira-quinn.md
- Visão do Produto e Projeto:
- Histórico de Revisão: historico-revisao.md
- Visão Geral do Produto: visao-geral-prod.md
- Visão Geral do Projeto: visao-geral-proj.md
- Processo de Desenvolvimento de Software: processo-dev-software.md
- Lições Aprendidas: licoes.md
- Entregas da Missão 1:
- Apresentação da Facção: faccao-apresentacao.md
- Seminário Engenharia de Software: seminar-eng-soft.md
- Apresentação dos materiais: apresentacao-geral.md