Skip to content

Commit a5ff940

Browse files
committed
fix(docs): doc review
1 parent be3a96d commit a5ff940

File tree

17 files changed

+36
-37
lines changed

17 files changed

+36
-37
lines changed

pages/iot-hub/api-cli/cli-db-tips-tricks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
categories:
99
- managed-services
1010
dates:
11-
validation: 2024-11-04
11+
validation: 2025-05-14
1212
tags: iot iot-hub database cli postgresql payload plsql json mysql
1313
---
1414

pages/iot-hub/api-cli/getting-started-with-iot-hub-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
categories:
99
- managed-services
1010
dates:
11-
validation: 2024-11-04
11+
validation: 2025-05-14
1212
tags: iot iot-hub io-hub-api api curl mqtt jq json
1313
---
1414

pages/iot-hub/api-cli/getting-started-with-iot-hub-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- managed-services
1010
- iot-hub
1111
dates:
12-
validation: 2024-11-04
12+
validation: 2025-05-14
1313
tags: IoT Device cli iot-hub
1414
---
1515

pages/iot-hub/api-cli/iot-hub-routes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
categories:
99
- managed-services
1010
dates:
11-
validation: 2024-11-04
11+
validation: 2025-05-14
1212
tags: iot iot-hub mqtt cli s3cmd amazon-s3
1313
---
1414

pages/iot-hub/api-cli/migrating-from-api-v1beta1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page shows how to migrate to the new IoT Hub API version.
88
tags: iot-hub iot hub api v1beta1
99
dates:
10-
validation: 2024-11-04
10+
validation: 2025-05-14
1111
categories:
1212
- managed-services
1313
---

pages/iot-hub/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains all the concepts related to IoT Hub
88
tags: auto-provisioning iot authentication hub hub-event last-will message-broker mqtt mtls qos tls websocket service-level
99
dates:
10-
validation: 2024-11-04
10+
validation: 2025-05-14
1111
categories:
1212
- managed-services
1313
---

pages/load-balancer/reference-content/acls.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
meta:
33
title: Understanding Access Control Lists (ACLs)
4-
description: Learn more about Access Control Lists (ACLs) for your Load Balancer
4+
description: Discover how Access Control Lists (ACLs) work with your Load Balancer at Scaleway, and learn how to configure them for secure and efficient traffic management.
55
content:
66
h1: Understanding Access Control Lists (ACLs)
7-
paragraph: Learn more about Access Control Lists (ACLs) for your Load Balancer
7+
paragraph: Discover how Access Control Lists (ACLs) work with your Load Balancer at Scaleway, and learn how to configure them for secure and efficient traffic management.
88
tags: load-balancer, acl, acls, access-control-list, access, control, HTTP-header, filter, allow, reject, redirect, HTTPS, redirection, HTTP
99
dates:
10-
validation: 2024-11-05
10+
validation: 2025-05-14
1111
categories:
1212
- load-balancer
1313
- network

pages/load-balancer/reference-content/http2-http3.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
meta:
33
title: Setting up your Load Balancer for HTTP/2 or HTTP/3
4-
description: Learn how to set up your Load Balancer for HTTP/2 or HTTP/3
4+
description: Learn how to configure HTTP/2 and HTTP/3 protocols on your Scaleway Load Balancer to improve performance, security, and user experience for your web applications.
55
content:
66
h1: Setting up your Load Balancer for HTTP/2 or HTTP/3
7-
paragraph: Learn how to set up your Load Balancer for HTTP/2 or HTTP/3
7+
paragraph: Learn how to configure HTTP/2 and HTTP/3 protocols on your Scaleway Load Balancer to improve performance, security, and user experience for your web applications.
88
tags: load-balancer http-2 http-3 http2 http3 protocol frontend backend
99
dates:
10-
validation: 2024-11-05
10+
validation: 2025-05-15
1111
categories:
1212
- load-balancer
1313
- network
@@ -23,7 +23,7 @@ Development of the first version of the HTTP protocol, HTTP/1, began in 1989. Th
2323

2424
### HTTP/2
2525

26-
HTTP/2 was released in 2015. It represents a more efficient version of HTTP, moving from a text based protocol to a binary protocol. This is easier to parse for clients and servers, helps avoid errors and allows for multiplexing. Over [40% of websites now use HTTP/2/](https://w3techs.com/technologies/details/ce-http2), and it is supported by [97% of web browsers](https://caniuse.com/?search=http2).
26+
HTTP/2 was released in 2015. It represents a more efficient version of HTTP, moving from a text based protocol to a binary protocol. This is easier to parse for clients and servers, helps avoid errors and allows for multiplexing. Over [40% of websites now use HTTP/2](https://w3techs.com/technologies/details/ce-http2), and it is supported by [97% of web browsers](https://caniuse.com/?search=http2).
2727

2828
HTTP/2 improves upon HTTP/1's performance in many ways, including but not limited to:
2929
- **Increased efficiency via use of binary framing**. HTTP/1 uses text-based data transfer, which can be long, bandwidth-heavy and error-prone. HTTP/2 uses binary message framing, which is more compact and efficient so easier to parse, and provokes fewer errors.
@@ -40,9 +40,9 @@ Backends and frontends of Scaleway Load Balancers support HTTP/1, HTTP/2 and HTT
4040

4141
| | Frontend with TLS | Frontend without TLS | Backend with TLS | Backend without TLS |
4242
|--------|:-------------------:|:----------------------:|:------------------:|:---------------------:|
43-
| HTTP/1 | <Icon name="validate"/> | <Icon name="validate"/> | <Icon name="validate"/> | <Icon name="validate"/> |
44-
| HTTP/2 | <Icon name="validate"/> || <Icon name="validate"/> ||
45-
| HTTP/3 | <Icon name="validate"/> ||||
43+
| HTTP/1 | Yes <Icon name="validate"/> | Yes <Icon name="validate"/> | Yes <Icon name="validate"/> | Yes <Icon name="validate"/> |
44+
| HTTP/2 | Yes <Icon name="validate"/> | No | Yes <Icon name="validate"/> | No|
45+
| HTTP/3 | Yes <Icon name="validate"/> | No | No | No|
4646

4747
In brief:
4848

pages/load-balancer/reference-content/kubernetes-load-balancer.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
meta:
33
title: Creating and configuring a Load Balancer for your Kubernetes Kapsule
4-
description: Learn how to create and configure a Load Balancer for your Kubernetes Kapsule
4+
description: Configure and manage a Kubernetes Load Balancer on Scaleway to efficiently distribute traffic and scale your containerized applications.
55
content:
66
h1: Creating and configuring a Load Balancer for your Kubernetes Kapsule
7-
paragraph: Learn how to create and configure a Load Balancer for your Kubernetes Kapsule
7+
paragraph: Configure and manage a Kubernetes Load Balancer on Scaleway to efficiently distribute traffic and scale your containerized applications.
88
tags: load-balancer kubernetes kapsule loadbalancer service managed-kubernetes
99
dates:
10-
validation: 2024-11-05
10+
validation: 2025-05-15
1111
categories:
1212
- load-balancer
1313
- network

pages/load-balancer/reference-content/ssl-bridging-offloading-passthrough.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
meta:
33
title: Setting up SSL bridging, offloading or passthrough
4-
description: Learn how to configure your Load Balancer for SSL bridging, offloading or passthrough
4+
description: Learn how to configure your Scaleway Load Balancer for SSL bridging, offloading, or passthrough, and discover the different modes for handling encrypted traffic with your Load Balancer.
55
content:
66
h1: Setting up SSL bridging, offloading or passthrough
7-
paragraph: Learn how to configure your Load Balancer for SSL bridging, offloading or passthrough
7+
paragraph: Learn how to configure your Scaleway Load Balancer for SSL bridging, offloading, or passthrough, and discover the different modes for handling encrypted traffic with your Load Balancer.
88
tags: load-balancer ssl bridging offloading termination passthrough
99
dates:
10-
validation: 2024-11-05
10+
validation: 2025-05-14
1111
categories:
1212
- load-balancer
1313
- network

0 commit comments

Comments
 (0)