-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
65 lines (56 loc) · 1.41 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: Edra
repo_name: "EdraDocs"
repo_url: https://github.com/edra-unb-fga/EdraDocs
docs_dir: docs
nav:
- Sobre Nos: 'index.md'
- Historia da Equipe: 'history.md'
- Competicoes: 'competitions.md'
- Projetos: 'projects.md'
- Patrocinadores: 'sponsors.md'
- Capacitacoes: 'capabilities.md'
- Tello: 'tello.md'
- Padroes de commits: 'commits.md'
- Membros: 'members.md'
theme:
name: material
language: pt
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
logo: img/favicon.png
favicon: img/Realfavicon.png
palette:
- media: "(#5e5e62: light)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: "#5e5e62"
accent: "#5e5e62"
- media: "(#5e5e62: dark)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: "#5e5e62"
accent: "#5e5e62"
font:
text: Roboto
code: Roboto Mono
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/edra-unb-fga
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/edra-unb
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/edraunb
extra_css:
- stylesheets/extra.css