Skip to content

Commit f237ccf

Browse files
committed
Getting started section is done
Finished the support
1 parent e38d5cf commit f237ccf

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

src/content/docs/aws/capabilities/cloud-sandbox/ephemeral-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can shut down the instance by navigating to the [Ephemeral Instances page](h
7979

8080
<img src="shutdown-ephemeral-instance.png" alt="Shutdown the LocalStack Ephemeral Instance" title="Shutdown the LocalStack Ephemeral Instance" width="800" />
8181

82-
:::warning
82+
:::danger
8383
Ephemeral Instances, by default, are created with the latest version of LocalStack.
8484
If you have created a Cloud Pod from an older version of LocalStack, you need to update the Cloud Pod to the latest version before loading it into an Ephemeral Instance.
8585
:::

src/content/docs/aws/getting-started/auth-token.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Auth tokens come in two types: a **Developer Auth Token** and a **CI Auth Token*
2323

2424
Both the **Developer Auth Token** and **CI Auth Token** can be managed on the [Auth Tokens page](https://app.localstack.cloud/workspace/auth-tokens).
2525

26-
:::warning
26+
:::danger
2727
- It's crucial to keep your Auth Token confidential.
2828
Do not include it in source code management systems, such as Git repositories.
2929
- Be aware that if an Auth Token is committed to a public repository, it is at risk of exposure, and could remain in the repository's history, even if attempts are made to rewrite it.
@@ -66,7 +66,7 @@ LocalStack requires the `LOCALSTACK_AUTH_TOKEN` environment variable to contain
6666
You can configure your Auth Token in several ways, depending on your use case.
6767
The following sections describe the various methods of setting your Auth Token.
6868

69-
:::warning
69+
:::danger
7070
- It's crucial to keep your Auth Token confidential.
7171
Do not include it in source code management systems, such as Git repositories.
7272
- Be aware that if an Auth Token is committed to a public repository, it's at risk of exposure, and could remain in the repository's history, even if attempts are made to rewrite it.

src/content/docs/aws/getting-started/help-support.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For non-technical issues, such as billing or account inquiries, please contact s
2222

2323
We welcome any feedback as we continue to improve LocalStack for all users.
2424

25-
:::
25+
:::note
2626
At the moment, we only provide support in `English`, as we are an international team with members from various regions.
2727
This allows us to maintain clear and consistent internal communication across all our locations.
2828
:::
@@ -185,7 +185,7 @@ During these sessions, our support engineers can directly observe and diagnose t
185185

186186
### Enterprise support
187187

188-
To learn more about the support available to **Enterprise** plan users, refer to the [Enterprise Support]({{<ref "enterprise-support" >}}) page.
188+
To learn more about the support available to **Enterprise** plan users, refer to the [Enterprise Support](/aws/pro/enterprise-support/) page.
189189

190190
## Support Business Hours
191191

@@ -217,6 +217,8 @@ To use LocalStack's diagnostics endpoint:
217217
- Run the affected task(s)
218218
- Call the diagnostic endpoint `curl -s localhost:4566/_localstack/diagnose | gzip -cf > diagnose.json.gz` (Endpoint URL depends on your configuration)
219219
- Send the output file to our Slack chat
220+
:::
220221

221-
<span style="color: darkred;">**Ensure that you avoid sending the diagnostic output to public channels or forums, as it may contain sensitive information.**</span>
222+
:::danger
223+
Ensure that you avoid sending the diagnostic output to public channels or forums, as it may contain sensitive information.
222224
:::

src/content/docs/aws/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ python3 -m pip install --user localstack
122122
```
123123
:::
124124

125-
:::warning
125+
:::danger
126126
Do not use `sudo` or the `root` user when starting LocalStack.
127127
It should be installed and started entirely under a local non-root user.
128128
:::

0 commit comments

Comments
 (0)