Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tothero committed Jun 17, 2024
1 parent 92a3d73 commit d21923a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Device Configuration",
"position": 3,
"label": "Configuration",
"position": 1,
"collapsed": true
}
4 changes: 2 additions & 2 deletions docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ displayed_sidebar: configurationSidebar
title: Overview
---

# Device Configuration Overview
# Configuration Overview

Lobaro devices allow a wide range and flexible way of internal configuration adjustments.
The device configuration allows a wide range and flexible way of internal settings adjustments for Lobaro hardware.
These chapter generally describes our tools, common configuration parameters and workflows that are used in the same way
for many
Lobaro devices to adjust the used configuration.
Expand Down
2 changes: 1 addition & 1 deletion docs/firmware/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Firmware",
"position": 1,
"position": 2,
"collapsed": true
}
2 changes: 1 addition & 1 deletion docs/hardware/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Hardware",
"position": 2,
"position":3,
"collapsed": true
}
12 changes: 6 additions & 6 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@ const config: Config = {
},
{
type: 'docSidebar',
sidebarId: 'firmwareSidebar',
sidebarId: 'configurationSidebar',
position: 'left',
label: 'Firmware',
label: 'Configuration',
},
{
type: 'docSidebar',
sidebarId: 'hardwareSidebar',
sidebarId: 'firmwareSidebar',
position: 'left',
label: 'Hardware',
label: 'Firmware',
},
{
type: 'docSidebar',
sidebarId: 'configurationSidebar',
sidebarId: 'hardwareSidebar',
position: 'left',
label: 'Configuration',
label: 'Hardware',
},
{
type: 'docSidebar',
Expand Down
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ allDocSidebar: {
configurationSidebar: [
{
type: 'category',
label: 'Device Configuration',
label: 'Configuration',
items: [
{type: 'autogenerated', dirName: 'configuration'},
],
Expand Down

0 comments on commit d21923a

Please sign in to comment.