diff --git a/pages/docs/tutorials/kafka/_section.md b/pages/docs/tutorials/kafka/_section.md index 93a5362a6f64..d96cc1127f84 100644 --- a/pages/docs/tutorials/kafka/_section.md +++ b/pages/docs/tutorials/kafka/_section.md @@ -1,4 +1,4 @@ --- title: 'Kafka' -weight: 20 +weight: 220 --- \ No newline at end of file diff --git a/pages/docs/tutorials/kafka/index.md b/pages/docs/tutorials/kafka/index.md index 26ee909db356..a56b8062e23c 100644 --- a/pages/docs/tutorials/kafka/index.md +++ b/pages/docs/tutorials/kafka/index.md @@ -1,7 +1,7 @@ --- title: Create AsyncAPI document for applications consuming from Kafka description: A tutorial teaching how to configure an AsyncAPI document for Kafka messages. -weight: 20 +weight: 220 --- ## Introduction diff --git a/pages/docs/tutorials/websocket/index.md b/pages/docs/tutorials/websocket/index.md index ef5c049f6509..ca3ac0363bc3 100644 --- a/pages/docs/tutorials/websocket/index.md +++ b/pages/docs/tutorials/websocket/index.md @@ -1,5 +1,5 @@ --- -title: Create an AsyncAPI document for a Slackbot with WebSocket. +title: Create an AsyncAPI document for a Slackbot with WebSocket description: In this tutorial, you'll learn how to create an AsyncAPI document designed for a Slack application that operates in Socket Mode using the WebSocket protocol. weight: 210 ---