Skip to content

Commit 3f3ec10

Browse files
docs: update mailhog doc & link it from extensions overview (#156)
1 parent 0592e15 commit 3f3ec10

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/content/docs/aws/tooling/extensions/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ sidebar:
77
tags: ["Base"]
88
---
99

10-
![LocalStack Extensions](/images/aws/localstack-extensions-header.png)
11-
1210
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.
1311

1412
You can use LocalStack Extensions to:
@@ -23,6 +21,12 @@ The Extensions API makes it easy to integrate your own logic or extend existing
2321

2422
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.
2523

24+
:::tip
25+
Want to try out a common LocalStack extension?
26+
27+
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.
28+
:::
29+
2630
:::note
2731
The feature and the API are currently in preview stage and may be subject to change.
2832
Please report any issues or feature requests on [LocalStack Extension's GitHub repository](https://github.com/localstack/localstack-extensions).

src/content/docs/aws/tooling/extensions/getting-started.md renamed to src/content/docs/aws/tooling/extensions/mailhog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Getting started
3-
description: Get started with LocalStack extensions by installing and using the official MailHog extension.
2+
title: MailHog
3+
description: Learn how to install and use the official MailHog extension.
44
template: doc
55
sidebar:
66
order: 2

0 commit comments

Comments
 (0)