-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
81 lines (72 loc) · 1.88 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
site_name: Nimbus
repo_url: https://github.com/mdsreq-fga-unb/2024.1-Nimbus
repo_name: 2024.1-Nimbus
nav:
- Home: index.md
- História: faccao/faccao.md
- Visão Geral do Produto e Projeto:
- Visão Geral do Produto: visao-geral/visao-produto.md
- Visão Geral do Projeto: visao-geral/visao-projeto.md
- Processo de Desenvolvimento: visao-geral/processo-desenvolvimento.md
- Missão 1:
- Questionário: missoes/missao1/questionario.md
- Lições aprendidas: missoes/missao1/licoes-aprendidas.md
- Slides Fundamentos de ESW: missoes/missao1/fundamentos.md
theme:
name: material
icon:
repo: fontawesome/brands/github
font:
text: Ubuntu
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.prune
- navigation.top
- navigation.footer
- navigations.indexes
- content.code.copy
- toc.integrate
- search.suggest
- search.highlight
nav_style: dark
language: pt
repo: fontawesome/brands/github
logo: img/brasao2.png
favicon: img/brasao.ico
palette:
- scheme: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Alternar para modo escuro
primary: grey
accent: light blue
- scheme: slate
toggle:
icon: material/toggle-switch
name: Alternar para modo claro
primary: black
accent: light blue
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.inlinehilite
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.snippets
extra_css:
- stylesheets/extra.css