Skip to content

Commit 57455b7

Browse files
committed
docs(gen): iot guideflow and h1 fix
1 parent 1815fdf commit 57455b7

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

pages/audit-trail/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ meta:
33
title: Audit Trail - Concepts
44
description: Learn fundamental concepts of Scaleway's Audit Trail.
55
content:
6-
h1: Concepts
6+
h1: Audit Trail - Concepts
77
paragraph: Learn fundamental concepts of Scaleway's Audit Trail.
88
tags: audit-trail log events access
99
dates:

pages/environmental-footprint/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ meta:
33
title: Environmental Footprint - Concepts
44
description: Understand the fundamental concepts of the Environmental Footprint calculator at Scaleway.
55
content:
6-
h1: Concepts
6+
h1: Environmental Footprint - Concepts
77
paragraph: Understand the fundamental concepts of the Environmental Footprint calculator at Scaleway.
88
tags: environmental-footprint impact environment datacentre
99
dates:

pages/iam/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ meta:
33
title: IAM - Concepts
44
description: Understand the fundamental concepts of Identity and Access Management in Scaleway.
55
content:
6-
h1: Concepts
6+
h1: IAM - Concepts
77
paragraph: Understand the fundamental concepts of Identity and Access Management in Scaleway.
88
tags: advanced settings owner iam principal
99
dates:

pages/iot-hub/quickstart.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page shows you how to get started with Scaleway IoT Hub.
88
tags: iot iot-hub
99
dates:
10-
validation: 2025-01-09
10+
validation: 2025-06-19
1111
posted: 2021-05-26
1212
categories:
1313
- managed-services
@@ -22,6 +22,10 @@ In this Quickstart, we show you how to create your first IoT Hub to connect obje
2222
- A Scaleway account logged into the [console](https://console.scaleway.com)
2323
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2424

25+
## Console overview
26+
Discover the IoT Hub interface on the Scaleway console.
27+
<GuideFlow src="https://app.guideflow.com/embed/ok8ed27tqk"/>
28+
2529
## How to create an IoT Hub
2630

2731
1. Click **IoT Hub** in the **Integration Services** section of the side menu. If you have not already created a Hub, the IoT Hub creation page displays.
@@ -40,7 +44,7 @@ In this Quickstart, we show you how to create your first IoT Hub to connect obje
4044

4145
A [device](/iot-hub/concepts/#device) is a “client” of the Hub. It can be a connected object or any other application. You have to add a “device” for each “client” to connect. Each device will be associated with a unique identifier to be used as “client ID” and a certificate/key pair for a maximum security level.
4246

43-
In this Quickstart, we add 2 devices: publisher and subscriber. Here, we accept low security connections for the devices. However, in a production environment, it is recommended to always use high-security settings.
47+
In this Quickstart, we add 2 devices: publisher and subscriber. Here, we accept low-security connections for the devices. However, in a production environment, it is recommended to always use high-security settings.
4448

4549
1. Click **IoT Hub** in the **Integration Services** section of the side menu. The list of your IoT Hubs displays.
4650
2. Click the name of the IoT Hub on which you want to add a device. The hub's overview page displays.
@@ -86,10 +90,10 @@ To exchange messages between our two devices, we are going to open two web-based
8690
5. Post a message on the **publisher** device. Type the message in the form and click **Publish**:
8791
<Lightbox src="scaleway-iothub-qs2.webp" alt = "" />
8892

89-
You can see in the "Messages" box that the message published by **publisher** has been received by the **subscriber**. Congratulations, you have successfully configured your first IoT Hub.
93+
You can see in the "Messages" box that the message published by the **publisher** has been received by the **subscriber**. Congratulations, you have successfully configured your first IoT Hub.
9094

9195
## Going further
9296

9397
To go further, you can subscribe to multiple topics and use wildcards (for more information, refer to our blog post "[IoT Hub - Introduction to MQTT Topics](https://www.scaleway.com/en/blog/scaleway-iot-hub-introduction-to-mqtt-topics/)").
9498

95-
Finally if you want to use more advanced features such as retained messages (see our blog post "[IoT Hub: A Quick Introduction to the MQTT Protocol](https://www.scaleway.com/en/blog/introduction-to-mqtt-protocol/)" for more information), you can start this tutorial again, this time choosing a dedicated or high availability IoT Hub.
99+
Finally, if you want to use more advanced features such as retained messages (see our blog post "[IoT Hub: A Quick Introduction to the MQTT Protocol](https://www.scaleway.com/en/blog/introduction-to-mqtt-protocol/)" for more information), you can start this tutorial again, this time choosing a dedicated or high availability IoT Hub.

pages/key-manager/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ meta:
33
title: Key Manager - Concepts
44
description: Explore essential cryptographic concepts, including symmetric and asymmetric encryption, data encryption keys (DEKs), key encryption keys (KEKs), and Scaleway Key Manager's robust features for secure key management and encryption operations.
55
content:
6-
h1: Concepts
6+
h1: Key Manager - Concepts
77
paragraph: Explore essential cryptographic concepts, including symmetric and asymmetric encryption, data encryption keys (DEKs), key encryption keys (KEKs), and Scaleway Key Manager's robust features for secure key management and encryption operations.
88
tags: key-manager key encryption-key
99
dates:

pages/key-manager/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ meta:
33
title: Key Manager - Quickstart
44
description: Learn how to quickly set up and manage keys with Scaleway's Key Manager. Follow our step-by-step guide to create and manage keys.
55
content:
6-
h1: Quickstart
6+
h1: Key Manager - Quickstart
77
paragraph: Learn how to quickly set up and manage keys with Scaleway's Key Manager. Follow our step-by-step guide to create and manage keys.
88
dates:
99
validation: 2025-02-06

pages/secret-manager/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ meta:
33
title: Secret Manager - Quickstart
44
description: Learn how to quickly set up and manage secrets with Scaleway's Secret Manager. Follow our step-by-step guide to create secrets, define paths, and add versions effortlessly.
55
content:
6-
h1: Quickstart
6+
h1: Secret Manager - Quickstart
77
paragraph: Learn how to quickly set up and manage secrets with Scaleway's Secret Manager. Follow our step-by-step guide to create secrets, define paths, and add versions effortlessly.
88
dates:
99
validation: 2025-06-13

0 commit comments

Comments
 (0)