From d03a730a2ff76feb43c4aeb5fe59595df37e37ed Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Fri, 20 Sep 2024 18:11:19 -0400 Subject: [PATCH] Set linktitles for Kafka and LocalStack guides (#20959) --- content/guides/use-case/kafka.md | 1 + content/guides/use-case/localstack.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/guides/use-case/kafka.md b/content/guides/use-case/kafka.md index 2bc28b228d..d1cf5fb85e 100644 --- a/content/guides/use-case/kafka.md +++ b/content/guides/use-case/kafka.md @@ -2,6 +2,7 @@ description: Developing event-driven applications with Kafka and Docker keywords: kafka, container-supported development title: Developing event-driven applications with Kafka and Docker +linktitle: Event-driven apps with Kafka toc_max: 2 --- diff --git a/content/guides/use-case/localstack.md b/content/guides/use-case/localstack.md index c717e29920..00861c33cc 100644 --- a/content/guides/use-case/localstack.md +++ b/content/guides/use-case/localstack.md @@ -2,6 +2,7 @@ description: How to develop and test AWS Cloud applications using LocalStack and Docker keywords: LocalStack, container-supported development title: Develop and test AWS Cloud applications using LocalStack and Docker +linktitle: AWS development with LocalStack --- In modern application development, testing cloud applications locally before deploying them to a live environment helps you ship faster and with more confidence. This approach involves simulating services locally, identifying and fixing issues early, and iterating quickly without incurring costs or facing the complexities of a full cloud environment. Tools like [LocalStack](https://www.localstack.cloud/) have become invaluable in this process, enabling you to emulate AWS services and containerize applications for consistent, isolated testing environments.