Skip to content

Commit 9e62b44

Browse files
Update other pages
1 parent 8135416 commit 9e62b44

File tree

24 files changed

+60
-60
lines changed

24 files changed

+60
-60
lines changed

content/en/getting-started/auth-token/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You have the option to run your LocalStack container in the background by append
9797
The `localstack` CLI automatically detects the Auth Token and appropriately conveys it to the LocalStack container.
9898

9999
{{< callout "note" >}}
100-
If you are using LocalStack with an Auth Token, it's necessary to download the [LocalStack Pro image](https://docs.localstack.cloud/references/docker-images/#localstack-pro-image), which includes Pro services and several advanced features.
100+
If you are using LocalStack with an Auth Token, it's necessary to download the [LocalStack Pro image]({{< ref "/references/docker-images/#localstack-pro-image" >}}), which includes Pro services and several advanced features.
101101
{{< /callout >}}
102102

103103
### Docker
@@ -113,7 +113,7 @@ $ docker run \
113113
localstack/localstack-pro
114114
{{< / command >}}
115115

116-
For more information about starting LocalStack with Docker, take a look at our [Docker installation](https://docs.localstack.cloud/getting-started/installation/#docker) guide.
116+
For more information about starting LocalStack with Docker, take a look at our [Docker installation]({{< ref "/getting-started/installation/#docker" >}}) guide.
117117

118118
### Docker Compose
119119

@@ -134,7 +134,7 @@ Developer Auth Tokens cannot be used in CI.
134134
CI Auth Tokens are available on the [Auth Tokens page](https://app.localstack.cloud/workspace/auth-tokens) and are configured similarly to Developer Auth Tokens.
135135

136136
To set the CI Auth Token, add the Auth Token value in the `LOCALSTACK_AUTH_TOKEN` environment variable of your CI provider, and refer to it when starting LocalStack in your CI workflow.
137-
You can find detailed examples in our [LocalStack in CI documentation](https://docs.localstack.cloud/user-guide/ci/).
137+
You can find detailed examples in our [LocalStack in CI documentation]({{< ref "/user-guide/ci/" >}}).
138138

139139
## Rotating the Auth Token
140140

@@ -150,7 +150,7 @@ To rotate your Auth Token, go to the [Auth Token page](https://app.localstack.cl
150150
## Licensing configuration & activation checkup
151151

152152
To avoid logging any licensing-related error messages, set `LOG_LICENSE_ISSUES=0` in your environment.
153-
Refer to our [configuration guide](https://docs.localstack.cloud/references/configuration/#localstack-pro) for more information.
153+
Refer to our [configuration guide]({{< ref "/references/configuration/#localstack-pro" >}}) for more information.
154154

155155
The simplest method to verify if LocalStack is active is by querying the health endpoint for a list of running services:
156156

content/en/getting-started/help-and-support/index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ At the moment, we only provide support in `English`, as we are an international
3131

3232
## Support Coverage
3333

34-
| Plan | Tier |
35-
| ---------- | ------------------------------------------------------------------------------------------------------------ |
36-
| Free | [**Basic Support**](https://docs.localstack.cloud/getting-started/help-and-support/#basic-support) |
37-
| Trial | [**Standard Support**](https://docs.localstack.cloud/getting-started/help-and-support/#standard-support) |
38-
| Base | [**Standard Support**](https://docs.localstack.cloud/getting-started/help-and-support/#standard-support) |
39-
| Ultimate | [**Priority Support**](https://docs.localstack.cloud/getting-started/help-and-support/#priority-support) |
40-
| Enterprise | [**Enterprise Support**](https://docs.localstack.cloud/getting-started/help-and-support/#enterprise-support) |
34+
| Plan | Tier |
35+
| ---------- | --------------------------------------------------------------------------------------------- |
36+
| Free | [**Basic Support**]({{< ref "/getting-started/help-and-support/#basic-support" >}}) |
37+
| Trial | [**Standard Support**]({{< ref "/getting-started/help-and-support/#standard-support" >}}) |
38+
| Base | [**Standard Support**]({{< ref "/getting-started/help-and-support/#standard-support" >}}) |
39+
| Ultimate | [**Priority Support**]({{< ref "/getting-started/help-and-support/#priority-support" >}}) |
40+
| Enterprise | [**Enterprise Support**]({{< ref "/getting-started/help-and-support/#enterprise-support" >}}) |
4141

4242
## Support Coverage for legacy plans
4343

44-
| Plan | Tier |
45-
| ---------- | ------------------------------------------------------------------------------------------------------------ |
46-
| Hobby | [**Basic Support**](https://docs.localstack.cloud/getting-started/help-and-support/#basic-support) |
47-
| Starter | [**Standard Support**](https://docs.localstack.cloud/getting-started/help-and-support/#standard-support) |
48-
| Teams | [**Priority Support**](https://docs.localstack.cloud/getting-started/help-and-support/#priority-support) |
49-
| Enterprise | [**Enterprise Support**](https://docs.localstack.cloud/getting-started/help-and-support/#enterprise-support) |
44+
| Plan | Tier |
45+
| ---------- | --------------------------------------------------------------------------------------------- |
46+
| Hobby | [**Basic Support**]({{< ref "/getting-started/help-and-support/#basic-support" >}}) |
47+
| Starter | [**Standard Support**]({{< ref "/getting-started/help-and-support/#standard-support" >}}) |
48+
| Teams | [**Priority Support**]({{< ref "/getting-started/help-and-support/#priority-support" >}}) |
49+
| Enterprise | [**Enterprise Support**]({{< ref "/getting-started/help-and-support/#enterprise-support" >}}) |
5050

5151
## Support features
5252

content/en/tutorials/cloud-pods-collaborative-debugging/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ The full sample application can be found [on GitHub](https://github.com/localsta
4444

4545
### **Prerequisites**
4646

47-
- [LocalStack CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli) (preferably using `pip`)
47+
- [LocalStack CLI]({{< ref "/getting-started/installation/#localstack-cli" >}}) (preferably using `pip`)
4848
- [Docker](https://docs.docker.com/engine/install/)
49-
- [Terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli) or [OpenTofu](https://opentofu.org/docs/intro/install/) and [terraform-local](https://docs.localstack.cloud/user-guide/integrations/terraform/#install-the-tflocal-wrapper-script)
49+
- [Terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli) or [OpenTofu](https://opentofu.org/docs/intro/install/) and [terraform-local]({{< ref "/user-guide/integrations/terraform/#install-the-tflocal-wrapper-script" >}})
5050
- Optional for Lambda build & editing: [Maven 3.9.4](https://maven.apache.org/install.html) & [Java 21](https://www.java.com/en/download/help/download_options.html)
5151

5252
- Basic knowledge of AWS services (API Gateway, Lambda, DynamoDB, IAM)
@@ -340,7 +340,7 @@ For organizations with specific data regulations, LocalStack offers multiple rem
340340
allowing full control with on-premises storage if needed.
341341
That way, Bob, Alice and Carol could collaborate using either an S3 bucket remote storage or an ORAS (OCI Registry as Storage) remote storage.
342342
The Cloud Pods command-line interface enables users to manage these remotes with ease, by following the instructions in the
343-
[documentation](https://docs.localstack.cloud/user-guide/state-management/cloud-pods/#remotes).
343+
[documentation]({{< ref "/user-guide/state-management/cloud-pods/#remotes" >}}).
344344

345345
## Conclusion
346346

@@ -353,5 +353,5 @@ resources in Continuous Integration (CI) for ultra-fast testing pipelines.
353353

354354
## Additional resources
355355

356-
- [Cloud Pods documentation](https://docs.localstack.cloud/user-guide/state-management/cloud-pods/)
356+
- [Cloud Pods documentation]({{< ref "/user-guide/state-management/cloud-pods/" >}})
357357
- [Terraform for AWS](https://developer.hashicorp.com/terraform/tutorials/aws-get-started)

content/en/tutorials/gitlab_ci_testcontainers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ seamlessly with CI/CD pipelines like GitLab CI or GitHub Actions, allowing devel
4242

4343
For this tutorial, you will need:
4444

45-
- [LocalStack Pro](https://docs.localstack.cloud/getting-started/auth-token/) to emulate the AWS services.
45+
- [LocalStack Pro]({{< ref "/getting-started/auth-token/" >}}) to emulate the AWS services.
4646
If you don't have a subscription yet, you can just get a trial license for free.
4747
- [Docker](https://docker.io/)
4848
- [A GitLab account](https://gitlab.com/)

content/en/tutorials/iam-policy-stream/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You'll generate the policy for the bucket notification configuration and insert
3333

3434
## Why use IAM Policy Stream?
3535

36-
LocalStack enables you to create and enforce local IAM roles and policies using the [`ENFORCE_IAM` feature](https://docs.localstack.cloud/user-guide/security-testing/iam-enforcement/).
36+
LocalStack enables you to create and enforce local IAM roles and policies using the [`ENFORCE_IAM` feature]({{< ref "/user-guide/security-testing/iam-enforcement/" >}}).
3737
However, users often struggle to figure out the necessary permissions for different actions.
3838
It's important to find a balance, avoiding giving too many permissions while making sure the right ones are granted.
3939

@@ -46,7 +46,7 @@ Additionally, it serves as a useful learning tool, helping users understand the
4646

4747
## Prerequisites
4848

49-
- [LocalStack CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli) with [`LOCALSTACK_AUTH_TOKEN`](https://docs.localstack.cloud/getting-started/auth-token/)
49+
- [LocalStack CLI]({{< ref "/getting-started/installation/#localstack-cli" >}}) with [`LOCALSTACK_AUTH_TOKEN`]({{< ref "/getting-started/auth-token/">}})
5050
- [Docker](https://docs.docker.com/get-docker/)
5151
- [Terraform](https://developer.hashicorp.com/terraform/install) & [`tflocal` wrapper](https://github.com/localstack/terraform-local)
5252
- [AWS](https://docs.aws.amazon.com/cli/v1/userguide/cli-chap-install.html) CLI with [`awslocal` wrapper](https://github.com/localstack/awscli-local)

content/en/tutorials/replicate-aws-resources-localstack-extension/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this tutorial, you will learn how to install the AWS Replicator extension and
3535
## Prerequisites
3636

3737
- [LocalStack CLI]({{< ref "installation/#localstack-cli" >}}) with [`LOCALSTACK_AUTH_TOKEN`]({{< ref "auth-token" >}})
38-
- [Docker](https://docs.localstack.cloud/getting-started/auth-token/)
38+
- [Docker](https://docs.docker.com/)
3939
- [AWS CLI](https://docs.aws.amazon.com/cli/v1/userguide/cli-chap-install.html) with [`awslocal` wrapper](https://github.com/localstack/awscli-local)
4040
- [LocalStack Web Application account](https://app.localstack.cloud/sign-up)
4141
- [AWS Account](https://aws.amazon.com/) with an [`AWS_ACCESS_KEY_ID` & `AWS_SECRET_ACCESS_KEY`](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html#Using_CreateAccessKey)

content/en/tutorials/using-terraform-with-testcontainers-and-localstack/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ leadimage: "terraform-init-hooks.png"
3030
LocalStack is a robust tool that emulates a local AWS cloud stack, allowing engineers to test and develop apps using AWS services directly on their local environments.
3131
This tool is essential for enhancing developer experience, reducing development costs and increasing efficiency.
3232

33-
In LocalStack, [**initialization hooks**](https://docs.localstack.cloud/references/init-hooks/) are scripts that customize or initialize your LocalStack instance at different stages of its lifecycle.
33+
In LocalStack, [**initialization hooks**]({{< ref "/references/init-hooks/" >}}) are scripts that customize or initialize your LocalStack instance at different stages of its lifecycle.
3434
Up until now, the supported hooks could be shell or Python scripts executed at predefined lifecycle phases — BOOT, START, READY, and SHUTDOWN.
3535
By placing scripts in the respective directories (/etc/localstack/init/{stage}.d), developers can automate tasks like setting up initial states, configuring services, or performing clean-up activities.
3636

@@ -45,10 +45,10 @@ This approach simplifies the development and testing cycle, making it more effic
4545

4646
For this tutorial, you will need:
4747

48-
- [LocalStack Pro](https://docs.localstack.cloud/getting-started/auth-token/) to emulate the AWS services and to use LocalStack Extensions.
48+
- [LocalStack Pro]({{< ref "/getting-started/auth-token/" >}}) to emulate the AWS services and to use LocalStack Extensions.
4949
If you don't have LocalStack Pro yet, you can sign up on our [webapp](https://app.localstack.cloud) to get a trial license for free.
5050
- [Docker](https://docker.io/)
51-
- [LocalStack CLI](https://docs.localstack.cloud/getting-started/installation/)
51+
- [LocalStack CLI]({{< ref "/getting-started/installation/" >}})
5252
- [AWS CLI](https://aws.amazon.com/cli/)
5353
- Optional for building the Lambda functions: [Java 17](https://openjdk.org/install/)
5454
- Optional for building the Lambda functions: [Apache Maven 3.9.8](https://maven.apache.org/install.html)
@@ -136,7 +136,7 @@ services:
136136
Environment Variables:
137137
- **LOCALSTACK_AUTH_TOKEN**: Required for using LocalStack Pro.
138138
- **DEBUG**: Set to 1 to enable verbose logging of the container.
139-
- **EXTENSION_AUTO_INSTALL**: Automatically installs specified LocalStack [extensions](https://docs.localstack.cloud/user-guide/extensions/), in this case, `localstack-extension-terraform-init` which allows Terraform files to be directly used as init hooks.
139+
- **EXTENSION_AUTO_INSTALL**: Automatically installs specified LocalStack [extensions]({{< ref "/user-guide/extensions/" >}}), in this case, `localstack-extension-terraform-init` which allows Terraform files to be directly used as init hooks.
140140

141141
Volumes:
142142
- Docker Socket: Mounts the Docker socket `/var/run/docker.sock` from the host into the container.

content/en/user-guide/aws/apigateway/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ API Gateway supports standard HTTP methods such as `GET`, `POST`, `PUT`, `PATCH`
1616
LocalStack supports API Gateway V1 in the Community image and API Gateway V2 in the Pro image.
1717
LocalStack allows you to use the API Gateway APIs to create, deploy, and manage APIs on your local machine to invoke those exposed API endpoints.
1818

19-
The supported APIs are available on the API coverage page for [API Gateway V1](https://docs.localstack.cloud/references/coverage/coverage_apigateway/) & [API Gateway V2](https://docs.localstack.cloud/references/coverage/coverage_apigatewayv2/), which provides information on the extent of API Gateway's integration with LocalStack.
19+
The supported APIs are available on the API coverage page for [API Gateway V1]({{< ref "coverage_apigateway" >}}) & [API Gateway V2]({{< ref "coverage_apigatewayv2" >}}), which provides information on the extent of API Gateway's integration with LocalStack.
2020

2121
## Getting started
2222

content/en/user-guide/aws/config/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Config provides a comprehensive view of the resource configuration across your A
1313
Config continuously records configuration changes and allows you to retain a historical record of these changes.
1414

1515
LocalStack allows you to use the Config APIs in your local environment to assesses resource configurations and notifies you of any non-compliant items to mitigate potential security risks.
16-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_config/), which provides information on the extent of Config's integration with LocalStack.
16+
The supported APIs are available on our [API coverage page]({{< ref "coverage_config" >}}), which provides information on the extent of Config's integration with LocalStack.
1717

1818
## Getting started
1919

content/en/user-guide/aws/dynamodb/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It offers a flexible and highly scalable way to store and retrieve data, making
1111
DynamoDB provides a fast and scalable key-value datastore with support for replication, automatic scaling, data encryption at rest, and on-demand backup, among other capabilities.
1212

1313
LocalStack allows you to use the DynamoDB APIs in your local environment to manage key-value and document data models.
14-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_dynamodb/), which provides information on the extent of DynamoDB's integration with LocalStack.
14+
The supported APIs are available on our [API coverage page]({{< ref "coverage_dynamodb" >}}), which provides information on the extent of DynamoDB's integration with LocalStack.
1515

1616
DynamoDB emulation is powered by [DynamoDB Local](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html).
1717

content/en/user-guide/aws/elastictranscoder/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Elastic Transcoder manages the underlying resources, ensuring high availability
1212
It also supports a wide range of input and output formats, enabling users to efficiently process and deliver video content at scale.
1313

1414
LocalStack allows you to mock the Elastic Transcoder APIs in your local environment.
15-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_elastictranscoder/), which provides information on the extent of Elastic Transcoder's integration with LocalStack.
15+
The supported APIs are available on our [API coverage page]({{< ref "coverage_elastictranscoder" >}}), which provides information on the extent of Elastic Transcoder's integration with LocalStack.
1616

1717
## Getting started
1818

content/en/user-guide/aws/elementalmediaconvert/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Elemental MediaConvert is a file-based video transcoding service with broadcast-
1111
It enables you to easily create high-quality video streams for broadcast and multiscreen delivery.
1212

1313
LocalStack allows you to mock the MediaConvert APIs in your local environment.
14-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_mediaconvert/), which provides information on the extent of MediaConvert's integration with LocalStack.
14+
The supported APIs are available on our [API coverage page]({{< ref "coverage_mediaconvert" >}}), which provides information on the extent of MediaConvert's integration with LocalStack.
1515

1616
{{< callout "note">}}
1717
Elemental MediaConvert is in a preview state.

content/en/user-guide/aws/iotdata/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IoT Data provides secure, bi-directional communication between Internet-connecte
1111
It allows you to connect your devices to the cloud and interact with them using the AWS Management Console, AWS CLI, or AWS SDKs.
1212

1313
LocalStack allows you to use the IoT Data APIs to update, get, and delete the shadow of a thing in your local environment.
14-
The supported APIs are available on our [API Coverage Page](https://docs.localstack.cloud/references/coverage/coverage_iot-data/), which provides information on the extent of IoT Data integration with LocalStack.
14+
The supported APIs are available on our [API Coverage Page]({{< ref "coverage_iot-data" >}}), which provides information on the extent of IoT Data integration with LocalStack.
1515

1616
## Getting started
1717

content/en/user-guide/aws/iotwireless/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AWS IoT Wireless is a managed service that enables customers to connect and mana
1111
The service provides a set of APIs to manage wireless devices, gateways, and destinations.
1212

1313
LocalStack allows you to use the IoT Wireless APIs in your local environment from creating wireless devices and gateways.
14-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_iotwireless/), which provides information on the extent of IoT Wireless's integration with LocalStack.
14+
The supported APIs are available on our [API coverage page]({{< ref "coverage_iotwireless" >}}), which provides information on the extent of IoT Wireless's integration with LocalStack.
1515

1616
## Getting started
1717

0 commit comments

Comments
 (0)