Skip to content

Commit c02d245

Browse files
committed
fix(nav): fix slugs
1 parent 3f0c980 commit c02d245

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

menu/navigation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5253,7 +5253,8 @@
52535253
"slug": "dedibox-kvm-over-ip"
52545254
}
52555255
],
5256-
"label": "Dedibox Servers"
5256+
"label": "Dedibox Servers",
5257+
"slug": ""
52575258
},
52585259
{
52595260
"icon": "network",

pages/kubernetes/reference-content/understanding-differences-kapsule-kosmos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Kapsule is Scaleway's **fully managed Kubernetes service**, enabling users to de
2323
- Available in multiple Scaleway regions (PAR, AMS, WAW), allowing users to deploy applications closer to their target audience for enhanced performance.
2424
- Allows users to deploy, manage, and scale containerized applications using Kubernetes without having to manage the underlying infrastructure.
2525
- Automatic scaling, rolling updates, and seamless integration with other Scaleway services like Load Balancers and Object Storage.
26-
- Users can manage their Kubernetes clusters through the Kubernetes API, the intuitive Scaleway console or the [Scaleway developer tools](/developer-tools/) (namely Scaleway CLI or the Terraform provider).
26+
- Users can manage their Kubernetes clusters through the Kubernetes API, the intuitive Scaleway console or the Scaleway developer tools (namely [Scaleway CLI](/scaleway-cli/quickstart/) or the [Terraform provider](/terraform/quickstart/).
2727

2828
**Kapsule is ideal for:** Developers and organizations seeking to deploy containerized applications with Kubernetes without the operational overhead of managing Kubernetes infrastructure.
2929

pages/transactional-email/how-to/create-webhooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can create only one webhook per domain.
4646
</Message>
4747
- Select an existing topic. Existing topics are displayed based on the region you select.
4848
<Message type="tip">
49-
If you do not have a topic, you can [create one](/serverless-messaging/how-to/create-manage-topics/) with Scaleway Topics and Events from the console.
49+
If you do not have a topic, you can [create one](/messaging/how-to/create-manage-topics/) with Scaleway Topics and Events from the console.
5050
</Message>
5151
- Choose the email events that will trigger the webhook and send information to your selected topic.
5252
<Message type="note">

tutorials/how-to-implement-rag-generativeapis/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial, you will learn how to implement RAG using LangChain, a leading
2626
- A Scaleway account logged into the [console](https://console.scaleway.com)
2727
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2828
- A valid [API key](/iam/how-to/create-api-keys/)
29-
- Access to the [Generative APIs service](ai-data/generative-apis/quickstart/)
29+
- Access to the [Generative APIs service](/generative-apis/quickstart/)
3030
- An [Object Storage Bucket](/object-storage/how-to/create-a-bucket/) to store all the data you want to inject into your LLM model.
3131
- A [Managed Database](/managed-databases-for-postgresql-and-mysql/how-to/create-a-database/) to securely store all your embeddings.
3232

tutorials/manage-zigbee-devices-with-iot/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ Zigbee2MQTT is configured using YAML based `configuration.yaml` file. Modify thi
5858

5959
As soon as the configuration is done, you will see some metrics on the Scaleway console.
6060
<Lightbox src="scaleway-validate-configuration.webp" size="medium" alt="" />
61-
Thanks to Scaleway built-in integration, similar metrics to monitor the performance of your IoT Hub are also available on your [Scaleway Observability](/observability/) dashboard.
61+
Thanks to Scaleway built-in integration, similar metrics to monitor the performance of your IoT Hub are also available on your [Scaleway Observability](/cockpit/) dashboard.
6262
<Lightbox src="scaleway-metrics-observability.webp" size="medium" alt="" />

tutorials/protect-server-using-crowdsec/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ You can navigate to `http://<your-Dedibox-public-IP>:3000/` and log in with the
169169
<Lightbox src="scaleway-crowdsec-dashboard.webp" alt="" />
170170

171171
<Message type="tip">
172-
CrowdSec includes metrics that can be used by Prometheus. You can set up with Grafana and Prometheus [different dashboards](https://doc.crowdsec.net/docs/observability/prometheus).
172+
CrowdSec includes metrics that can be used by Prometheus. You can set up with Grafana and Prometheus [different dashboards](https://doc.crowdsec.net/docs/cockpit/prometheus).
173173
</Message>
174174

175175

0 commit comments

Comments
 (0)