forked from fga-eps-mds/2020.2-Eccoar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (50 loc) · 1.53 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
site_name: EPS-MDS-2020-G2
site_description: Repositório da disciplina de EPS e MDS
repo_url: https://github.com/fga-eps-mds/EPS-2020-2-G2
site_dir: site
copyright: Copyright © 2019, <a href="https://github.com/fga-eps-mds/EPS-2020-2-G2">EPS-MDS-2020-G2</a>.
theme:
name: "material"
logo: assets/img/logo.png
favicon: favicon.ico
palette:
primary: "white"
plugins:
- search
extra_css:
- assets/css/landing-page.css
- assets/css/extra.css
extra_javascript:
- assets/js/jquery.min.js
- assets/js/jquery.zoom.min.js
- assets/js/extra.js
lang:
- "pt"
pages:
- Home: "index.html"
- Introdução: "intro.md"
- Metodologia:
- Templates:
- Sprint Planning: "metodologia/templates/planning.md"
- Sprint Review: "metodologia/templates/review.md"
- Retrospectiva: "metodologia/templates/retrospective.md"
- Como contribuir:
- Como Contribuir?: "contribuicao/contribuicao.md"
- Código de Conduta: "contribuicao/conduta.md"
- Reuniões:
- 06/02:
- Pauta: "reunioes/06-02/pauta.md"
- Ata: "reunioes/06-02/ata.md"
- Tarefas: "reunioes/06-02/tarefas.md"
- 07/02:
- Pauta: "reunioes/07-02/pauta.md"
- Ata: "reunioes/07-02/ata.md"
- 08/02:
- Pauta: "reunioes/08-02/pauta.md"
- Ata: "reunioes/08-02/ata.md"
- Sprints:
- Sprint 0:
- Review: "sprints/0/review.md"
- Retrospectiva: "sprints/0/retrospectiva.md"
- Sprint 1:
- Planning: "sprints/1/planning.md"