Skip to content

Commit

Permalink
docs: remove h1 header in favour of front matter title
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <[email protected]>
  • Loading branch information
reubenmiller committed Jan 31, 2024
1 parent 6723bda commit dc9361a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 15 deletions.
2 changes: 0 additions & 2 deletions docs/src/start/connect-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ sidebar_position: 4
description: Connect %%te%% to AWS IoT and publish telemetry data
---

# Connect your device to AWS IoT

The very first step to enable %%te%% is to connect your device to the cloud.

* This is a 10 minutes operation to be done only once.
Expand Down
2 changes: 0 additions & 2 deletions docs/src/start/connect-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ sidebar_position: 3
description: Connect %%te%% to Azure IoT and publish telemetry data
---

# Connect your device to Azure IoT

The very first step to enable %%te%% is to connect your device to the cloud.
* This is a 10 minutes operation to be done only once.
* It establishes a permanent connection from your device to the cloud end-point.
Expand Down
2 changes: 0 additions & 2 deletions docs/src/start/connect-c8y.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ sidebar_position: 2
description: Connect %%te%% to Cumulocity IoT and publish telemetry data
---

# Connect your device to Cumulocity IoT

The very first step to enable %%te%% is to connect your device to the cloud.
* This is a 10 minutes operation to be done only once.
* It establishes a permanent connection from your device to the cloud end-point.
Expand Down
2 changes: 0 additions & 2 deletions docs/src/start/device-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ sidebar_position: 8
description: Monitoring your device with collectd
---

# Monitor your device with collectd

With %%te%% device monitoring, you can collect metrics from your device
and forward these device metrics to IoT platforms in the cloud.

Expand Down
4 changes: 1 addition & 3 deletions docs/src/start/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: A tour of thin-edge
title: A tour of thin-edge.io
tags: [Getting Started, Cumulocity]
sidebar_position: 1
---

# Getting started with thin-edge.io on a Raspberry Pi

After following this tutorial you will have an overview of the installation and configuration of %%te%%. As an example, a Raspberry Pi is used. This tutorial explains in small steps to reach the goal of sending data to Cumulocity IoT and performing some additional device management tasks.


Expand Down
2 changes: 0 additions & 2 deletions docs/src/start/software-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ sidebar_position: 9
description: Manage the software on your devices from Cumulocity cloud
---

# Manage the software on your devices from Cumulocity cloud

This document describes how to manage the software modules that are installed on a %%te%% device from the
cloud using the **software management** feature of %%te%%.

Expand Down
2 changes: 0 additions & 2 deletions docs/src/understand/tedge-mapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ sidebar_position: 6
description: Overview of the core component which interfaces with the cloud
---

# Thin-edge Mapper

The tedge-mapper is a key concept to support multiple cloud providers.
The purpose is to translate
messages written using the cloud-agnostic [%%te%% JSON format](thin-edge-json.md),
Expand Down

0 comments on commit dc9361a

Please sign in to comment.