Skip to content

Commit

Permalink
Modify sidebar configuration
Browse files Browse the repository at this point in the history
In order to modify the ordering of sections we have added
the needed files and markdown metadata

Co-authored-by: Aitor Murguzur <[email protected]>
  • Loading branch information
MikelElizondo and aitormurgu committed Mar 5, 2024
1 parent d6e4090 commit 3ed8eee
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 53 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
sidebar_position: 5
---

## Introduction

Biotz offers the feature to action devices remotely, this is offered just through MQTT. The configuration of this features include 3 steps:

<br></br>
Expand Down
3 changes: 3 additions & 0 deletions docs/How-to guides/How to create a dashboard.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 6
---
## Introduction

Biotz provides a dashboarding tool that can be used to visualize the data coming from the devices.
Expand Down
3 changes: 3 additions & 0 deletions docs/How-to guides/How to create a schema.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 3
---
## Introduction

When data arrives into Biotz's ingestion system, the received package of data is checked against schemas defined in Biotz. These schemas are the definition of the content of the data package and the user must take care of defining them in the system.
Expand Down
5 changes: 5 additions & 0 deletions docs/How-to guides/How to create developer API credentials.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 10
---
## Introduction

To create applications that consume our data we have a Developer API, following <a href="/academy/docs/Tutorials/Step 2 - Creating a Message Type" target="_self">this link</a> you will be able to consult more information about the endpoints in our documentation.

## Credentials creation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 11
---
## Introduction
The communication debugger has as objective to help debug possible errors or problems related to the communication coming from the devices into Biotz Platform.

Expand Down
3 changes: 3 additions & 0 deletions docs/How-to guides/How to define alarm and triggers.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 8
---
## Introduction

Biotz provides alarm generation and notification capabilities based on the data received in the data ingestion flows. The alarm trigger or rules are evaluated against each received data observation, and when an alarm is triggered the corresponding users are notified.
Expand Down
3 changes: 3 additions & 0 deletions docs/How-to guides/How to invite users.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 1
---
## Introduction

Organization administrators can invite new users to their organization.
Expand Down
5 changes: 5 additions & 0 deletions docs/How-to guides/How to publish device data.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 4
---

## Introduction
There is a standard format of the MQTT topics for sending data from devices to the Biotz IoT Platform. For this to happen there are these pre-steps that must be fulfilled:

- Organisation must be <a href="./Creating a Biotz account" target="_self">registered</a> in Biotz.
Expand Down
3 changes: 3 additions & 0 deletions docs/How-to guides/How to register devices.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 2
---
## Introduction

Biotz offers two ways for registering physical devices of a certain device type. This is used by Biotz to generate internal machinery for specific devices. But also as a way to have data of the collection of devices gathered together.
Expand Down
5 changes: 5 additions & 0 deletions docs/How-to guides/How to update device firmware.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 9
---

## Introduction
Biotz offers a remote firmware update service. The user will upload the new firmware file to the Biotz IoT platform where it will be registered and stored. From that point on the user will be able to assign any firmware file to existing devices.

For this to be possible, the device must be subscribed to the MQTT topic where Biotz will publish the firmware update message. The topic name follows this format:
Expand Down
3 changes: 3 additions & 0 deletions docs/How-to guides/How to use dashboard variables.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 7
---
## Introduction

Dashboard variables allow users to make dashboard panels more dynamic. Instead of hardcoding specific devices in the panels, device selectors can be added to the dashboard. Those selectors are displayed in the main dashboard view, and the selected value can be changed by the final users at any time. Changing the value updates the data for all the panels that are using that variable.
Expand Down
2 changes: 1 addition & 1 deletion docs/Reference guides/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Reference guides",
"position": 2,
"position": 3,
"link": {
"type": "generated-index"
}
Expand Down
3 changes: 1 addition & 2 deletions docs/Tutorials/Creating a Biotz account.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---

id: Creating a biotz account

sidebar_position: 1
---
User registration is not currently available for the public. Please [contact us](https://www.biotz.io/contact-us) if you want to create an account.

Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/Tutorials/Getting started/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"label": "Getting started"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---

id: Getting started

---

# Getting started
Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorials/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Tutorials",
"position": 2,
"position": 1,
"link": {
"type": "generated-index"
}
Expand Down
47 changes: 0 additions & 47 deletions docs/intro.md

This file was deleted.

0 comments on commit 3ed8eee

Please sign in to comment.