Skip to content

Commit

Permalink
Change cloud menu structure
Browse files Browse the repository at this point in the history
  • Loading branch information
SmejkalJakub committed Dec 17, 2024
1 parent 97d6791 commit 2388b84
Show file tree
Hide file tree
Showing 28 changed files with 14 additions and 18 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions cloud/cloud-v2/index.md → cloud/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
slug: /
title: Cloud v2
title: HARDWARIO Cloud
---
import Image from '@theme/IdealImage';

# Cloud v2
# HARDWARIO Cloud

[**HARDWARIO Cloud v2**](https://prod.hardwario.cloud/) offers new CHESTER device management with bidirectional communication support.

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion cloud/cloud-v2/tags.md → cloud/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Tags are also crucial with **Connectors**. The same tag connects device(s) and c

Tags are defined by its **name** and **color**.

For proper naming, follow [**Naming Conventions**](index.md#naming-conventions).
For proper naming, follow [**Naming Conventions**](./index.md#naming-conventions).
File renamed without changes.
26 changes: 11 additions & 15 deletions sidebars-cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,15 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
docs: [
{
type: 'category',
label: 'Cloud v2',
link: {
type: 'doc',
id: 'cloud-v2/index',
},
collapsed: false,
items: [
'cloud-v2/devices', 'cloud-v2/messages', 'cloud-v2/tags', 'cloud-v2/connectors', 'cloud-v2/users', 'cloud-v2/downlink',
'cloud-v2/fota', 'cloud-v2/api'
]
},
'index',
'devices',
'messages',
'tags',
'connectors',
'users',
'downlink',
'fota',
'api',
{
type: 'category',
label: 'Cloud v1',
Expand All @@ -24,8 +20,8 @@ const sidebars = {
},
collapsed: true,
items: [
'introduction',
'overview',
'cloud-v1/introduction',
'cloud-v1/overview',
]
}
],
Expand Down

0 comments on commit 2388b84

Please sign in to comment.