Merge branch 'master' into 'dosc-programming'

# Conflicts:
#   sidebars.js
This commit is contained in:
Igor Brylyov 2021-10-07 14:42:17 +00:00
commit 94cbe96e9a
10 changed files with 178 additions and 94 deletions

View file

@ -1,14 +1,13 @@
module.exports = {
module.exports = {
docs: [
{
type: 'category',
label: 'Общая информация',
collapsed: false,
items: [
'motivation',
'robossembler-overview',
'plan',
'replication',
'mining'
'plan'
],
},
{
@ -31,9 +30,14 @@
'technologies/wood',
'technologies/machine-learning-in-robotics',
'technologies/gripper-tools-research',
<<<<<<< sidebars.js
'technologies/o2ac-repo-review',
'technologies/moveit2.md',
'technologies/dds_and_ros2.md'
'technologies/dds_and_ros2.md',
'technologies/plansys2'
=======
'technologies/plansys2'
>>>>>>> sidebars.js
],
},
{
@ -58,6 +62,8 @@
label: 'Разное',
collapsed: false,
items: [
'replication',
'mining',
'glossary',
'analogy',
],