Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change cloud menu structure #121

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change cloud menu structure
SmejkalJakub committed Dec 17, 2024
commit 2388b84c91eb0798a82e1b38e34818150bb86b7b
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.

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
@@ -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
@@ -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',
@@ -24,8 +20,8 @@ const sidebars = {
},
collapsed: true,
items: [
'introduction',
'overview',
'cloud-v1/introduction',
'cloud-v1/overview',
]
}
],