diff --git a/src/content/docs/aws/tooling/extensions/index.md b/src/content/docs/aws/tooling/extensions/index.md index fb685768..c00e1496 100644 --- a/src/content/docs/aws/tooling/extensions/index.md +++ b/src/content/docs/aws/tooling/extensions/index.md @@ -7,8 +7,6 @@ sidebar: tags: ["Base"] --- -![LocalStack Extensions](/images/aws/localstack-extensions-header.png) - LocalStack Extensions let you customize and extend LocalStack’s core functionality by running additional logic and services inside the same container. This feature is available in our paid offering, and is ideal for teams that want deeper control over how LocalStack behaves during development or testing. You can use LocalStack Extensions to: @@ -23,6 +21,12 @@ The Extensions API makes it easy to integrate your own logic or extend existing Officially supported extensions are available in our [Official Extensions Library](https://app.localstack.cloud/extensions/library). To install and use extensions, you'll need an active LocalStack license. +:::tip +Want to try out a common LocalStack extension? + +Our [MailHog tutorial](/aws/tooling/extensions/mailhog) teaches you how to install and use the official MailHog extension. It’s a quick way to explore how extensions work in LocalStack. +::: + :::note The feature and the API are currently in preview stage and may be subject to change. Please report any issues or feature requests on [LocalStack Extension's GitHub repository](https://github.com/localstack/localstack-extensions). diff --git a/src/content/docs/aws/tooling/extensions/getting-started.md b/src/content/docs/aws/tooling/extensions/mailhog.md similarity index 96% rename from src/content/docs/aws/tooling/extensions/getting-started.md rename to src/content/docs/aws/tooling/extensions/mailhog.md index a8114947..8ed0f8a8 100644 --- a/src/content/docs/aws/tooling/extensions/getting-started.md +++ b/src/content/docs/aws/tooling/extensions/mailhog.md @@ -1,6 +1,6 @@ --- -title: Getting started -description: Get started with LocalStack extensions by installing and using the official MailHog extension. +title: MailHog +description: Learn how to install and use the official MailHog extension. template: doc sidebar: order: 2