Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,6 @@ export default defineConfig({
label: 'Enterprise Image',
slug: 'aws/enterprise/enterprise-image',
},
{
label: 'Enterprise Support',
slug: 'aws/enterprise/enterprise-support',
},
],
},
{
Expand All @@ -588,6 +584,11 @@ export default defineConfig({
label: 'Licensing & Tiers',
slug: 'aws/licensing',
},
{
label: 'Help & Support',
collapsed: true,
autogenerate: { directory: '/aws/help-support' },
},
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker pull localstack/localstack:latest

To use the LocalStack for AWS image, you must configure an environment variable named `LOCALSTACK_AUTH_TOKEN` to contain your Auth Token.
The LocalStack for AWS image will display a warning if you do not set an Auth Token (or if the license is invalid/expired) and will not activate the Pro features.
LocalStack for AWS gives you access to the complete set of LocalStack features, including the [LocalStack Web Application](https://app.localstack.cloud) and [dedicated customer support](/aws/getting-started/help-support/#enterprise-support).
LocalStack for AWS gives you access to the complete set of LocalStack features, including the [LocalStack Web Application](https://app.localstack.cloud) and [dedicated customer support](/aws/help-support/get-help/).

You can use the LocalStack for AWS image to start your LocalStack container using various [installation methods](/aws/getting-started/installation/).
While configuring to run LocalStack with Docker or Docker Compose, run the `localstack/localstack-pro` image with the appropriate tag you have pulled (if not `latest`).
Expand Down
223 changes: 0 additions & 223 deletions src/content/docs/aws/getting-started/help-support.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/content/docs/aws/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,4 @@ After running the task, run the diagnostic endpoint and share the archive file w

We have extensive network troubleshooting documentation available [here](/aws/capabilities/networking/).

If this does not solve your problem then please [reach out](/aws/getting-started/help-support).
If this does not solve your problem then please [reach out to LocalStack Support](/aws/help-support/get-help/).
Loading