From dc9361a754bea3cbc1c8f536cc5791d48a6f4cd1 Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Wed, 31 Jan 2024 15:08:56 +0100 Subject: [PATCH] docs: remove h1 header in favour of front matter title Signed-off-by: Reuben Miller --- docs/src/start/connect-aws.md | 2 -- docs/src/start/connect-azure.md | 2 -- docs/src/start/connect-c8y.md | 2 -- docs/src/start/device-monitoring.md | 2 -- docs/src/start/getting-started.md | 4 +--- docs/src/start/software-management.md | 2 -- docs/src/understand/tedge-mapper.md | 2 -- 7 files changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/src/start/connect-aws.md b/docs/src/start/connect-aws.md index 914b7a74a7a..5d9866006bf 100644 --- a/docs/src/start/connect-aws.md +++ b/docs/src/start/connect-aws.md @@ -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. diff --git a/docs/src/start/connect-azure.md b/docs/src/start/connect-azure.md index f6edcbe7ebe..6178b703c72 100644 --- a/docs/src/start/connect-azure.md +++ b/docs/src/start/connect-azure.md @@ -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. diff --git a/docs/src/start/connect-c8y.md b/docs/src/start/connect-c8y.md index df7ee21b7aa..fe7e6538458 100644 --- a/docs/src/start/connect-c8y.md +++ b/docs/src/start/connect-c8y.md @@ -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. diff --git a/docs/src/start/device-monitoring.md b/docs/src/start/device-monitoring.md index 3f43afdf72e..6d4cb118c27 100644 --- a/docs/src/start/device-monitoring.md +++ b/docs/src/start/device-monitoring.md @@ -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. diff --git a/docs/src/start/getting-started.md b/docs/src/start/getting-started.md index 580b33132d5..5463ae83288 100644 --- a/docs/src/start/getting-started.md +++ b/docs/src/start/getting-started.md @@ -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. diff --git a/docs/src/start/software-management.md b/docs/src/start/software-management.md index a9898244471..b4260131b9e 100644 --- a/docs/src/start/software-management.md +++ b/docs/src/start/software-management.md @@ -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%%. diff --git a/docs/src/understand/tedge-mapper.md b/docs/src/understand/tedge-mapper.md index cffc26509d0..10d6ff20d40 100644 --- a/docs/src/understand/tedge-mapper.md +++ b/docs/src/understand/tedge-mapper.md @@ -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),