Skip to content

Commit

Permalink
CHESTER: Reorder menu items
Browse files Browse the repository at this point in the history
Signed-off-by: hubmartin <[email protected]>
  • Loading branch information
hubmartin committed Jan 17, 2023
1 parent b1a485b commit 7bb72a6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions chester/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ This documentation helps users and gateway integrators to navigate these essenti
* How to configure and manage the platform - see the article:<br/>
[**Platform Management**](./platform-management/index.md)

* What ready-made firmware applications are available (with devices in stock) - see the article:<br/>
[**Catalog Applications**](./catalog-applications/index.md)

* Which sensors and environments can be connected to the platform and how - see the article:<br/>
[**Extension Modules**](./extension-modules/index.md)

* What are the main parts and parameters of the **CHESTER** platform - see the article:<br/>
[**Hardware Description**](category/hardware-description)

* What are the platform's powering options - see the article:<br/>
[**Power Management**](./power-mgmt.md)

* Which sensors and environments can be connected to the platform and how - see the article:<br/>
[**Extension Modules**](./extension-modules/index.md)

* What ready-made firmware applications are available (with devices in stock) - see the article:<br/>
[**Catalog Applications**](./catalog-applications/index.md)

* For the options to upload device firmware - see the article:<br/>
[**Firmware Flashing**](./firmware-flashing/index.md)

Expand Down
32 changes: 16 additions & 16 deletions sidebars-chester.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,19 @@ const sidebars = {
},
{
type: 'category',
label: 'Hardware Description',
label: 'Catalog Applications',
link: {
type: 'generated-index',
type: 'doc',
id: 'catalog-applications/index',
},
collapsed: true,
collapsed: false,
items: [
'hardware-description/basic-parameters',
'hardware-description/block-diagram',
'hardware-description/connector-description',
'hardware-description/i2c-address-space',
'hardware-description/enclosures',
'catalog-applications/chester-clime',
'catalog-applications/chester-current',
'catalog-applications/chester-input',
'catalog-applications/chester-push'
],
},
'power-mgmt',
{
type: 'category',
label: 'Extension Modules',
Expand All @@ -56,19 +55,20 @@ const sidebars = {
},
{
type: 'category',
label: 'Catalog Applications',
label: 'Hardware Description',
link: {
type: 'doc',
id: 'catalog-applications/index',
type: 'generated-index',
},
collapsed: true,
items: [
'catalog-applications/chester-clime',
'catalog-applications/chester-current',
'catalog-applications/chester-input',
'catalog-applications/chester-push'
'hardware-description/basic-parameters',
'hardware-description/block-diagram',
'hardware-description/connector-description',
'hardware-description/i2c-address-space',
'hardware-description/enclosures',
],
},
'power-mgmt',
{
type: 'category',
label: 'Firmware Flashing',
Expand Down

0 comments on commit 7bb72a6

Please sign in to comment.