-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
112 lines (101 loc) · 3.43 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Informações - Site
site_name: RoboConnection #Connecting the Robo Journey
site_url: https://residenciaticbrisa.github.io/03_Robotica/
# Informações - Repositório
repo_name: 'RoboConnection'
repo_url: https://github.com/ResidenciaTICBrisa/03_Robotica
copyright: RoboConnection</br>Universidade de Brasília - UnB</br>Copyright © 2023 BRISA
theme:
name: material
features:
- navigation.tabs
#- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.tabs.link
- content.code.annotation
- content.code.copy
- announce.dismiss
language: pt-BR
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb
name: switch to dark mode
primary: custom
accent: cyan
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb-outline
name: switch to light mode
primary: custom
accent: cyan
icon:
logo: material/robot-industrial-outline
repo: material/robot-industrial-outline
favicon: assets/images/robo.png
custom_dir: docs/overrides
extra_css:
- stylesheets/extra.css
plugins:
- search:
lang:
- pt
- en
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- git-revision-date-localized:
type: timeago
enable_creation_date: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- def_list
- attr_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: index.md
- Primeiros Passos:
- Conceitos fundamentais: Instruções/Conceitos_Gerais.md
- Trabalhando com máquinas virtuais: Instruções/Maquina_Virtual.md
- Introdução à programação orientada a objetos com C++: Instruções/Guia_POO.md
- Trabalhando com o v4:
- Introdução ao NAOqi: Instruções/NAOqi-overview_v4.md
- Máquina Virtual e scripts de instalação (v4): vms/ubuntu-14/how-to-use.md
- NAO Flasher: Instruções/NAO_Flasher.md
- SDK C++: Instruções/CPP_SDK_v4.md
- Choregraphe: Instruções/Choregraphe_v4.md
- Exemplos NAOqi C++: naoqi-2.1/cpp/about-the-examples.md
- Trabalhando com o v6:
- Introdução ao NAOqi: Instruções/NAOqi-overview_v6.md
- Máquina Virtual e scripts de instalação (v6): vms/ubuntu-16/how-to-use.md
- Robot Settings: Instruções/Robot_Settings.md
- SDK C++: Instruções/CPP_SDK_v6.md
- Choregraphe: Instruções/Choregraphe_v6.md
- Extra:
- ROS1:
- Instruções: Instruções/ROS_1.md
- Geral: ros1/general-instructions.md
- Pré-compilados: ros1/installing-precompiled-packages.md
- Compilando: ros1/compiling-for-amd64-based-systems.md
- Compilando para SBCs: ros1/compiling-for-arm-based-systems.md
- Pacotes nativos: ros1/installing-native-packages.md
- ROS2:
- Geral: ros2/general-instructions.md
- Pré-compilados: ros2/installing-precompiled-packages.md
- Compilando: ros2/compiling-for-amd64-based-systems.md
- Compilando para SBCs: ros2/compiling-for-arm-based-systems.md
- Marcos: release/index.md
- Equipe: sobre/equipe.md
- Sobre: sobre/sobre.md