From 7bb72a6645f64b4209c6d0f4c3d3e94dfc0ce05c Mon Sep 17 00:00:00 2001 From: hubmartin Date: Tue, 17 Jan 2023 13:21:30 +0100 Subject: [PATCH] CHESTER: Reorder menu items Signed-off-by: hubmartin --- chester/introduction.md | 12 ++++++------ sidebars-chester.js | 32 ++++++++++++++++---------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/chester/introduction.md b/chester/introduction.md index de760c0..1cb371b 100644 --- a/chester/introduction.md +++ b/chester/introduction.md @@ -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:
[**Platform Management**](./platform-management/index.md) +* What ready-made firmware applications are available (with devices in stock) - see the article:
+ [**Catalog Applications**](./catalog-applications/index.md) + +* Which sensors and environments can be connected to the platform and how - see the article:
+ [**Extension Modules**](./extension-modules/index.md) + * What are the main parts and parameters of the **CHESTER** platform - see the article:
[**Hardware Description**](category/hardware-description) * What are the platform's powering options - see the article:
[**Power Management**](./power-mgmt.md) -* Which sensors and environments can be connected to the platform and how - see the article:
- [**Extension Modules**](./extension-modules/index.md) - -* What ready-made firmware applications are available (with devices in stock) - see the article:
- [**Catalog Applications**](./catalog-applications/index.md) - * For the options to upload device firmware - see the article:
[**Firmware Flashing**](./firmware-flashing/index.md) diff --git a/sidebars-chester.js b/sidebars-chester.js index 7eddabd..ca3e797 100644 --- a/sidebars-chester.js +++ b/sidebars-chester.js @@ -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', @@ -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',