Skip to content

Commit 1daf267

Browse files
committed
Fixing callouts, images and quickstart
1 parent 95a8b41 commit 1daf267

File tree

11 files changed

+145
-137
lines changed

11 files changed

+145
-137
lines changed
2.03 MB
Loading
1.23 MB
Loading
2.35 MB
Loading
2.08 MB
Loading

src/content/docs/aws/capabilities/chaos-engineering/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Chaos engineering in LocalStack encompasses the following features:
2222
- **Robust architecture** tested via failover scenarios using the Chaos API.
2323
- **Consistent infrastructure setup** under challenging conditions like outages, examined through automated provisioning processes.
2424

25-
The best way to understand concepts is through practice, so dive into our [chaos engineering tutorials]({{< ref "tutorials" >}}).
25+
The best way to understand concepts is through practice, so dive into our [chaos engineering tutorials](/aws/tutorials).

src/content/docs/aws/capabilities/config/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Options that affect the core LocalStack system.
3131
| `GATEWAY_LISTEN`| `0.0.0.0:4566` (default in Docker mode) `127.0.0.1:4566` (default in host mode) | Configures the bind addresses of LocalStack. It has the form `<ip address>:<port>(,<ip address>:<port>)*`. LocalStack Pro adds port `443`. |
3232
| `LOCALSTACK_HOST`| `localhost.localstack.cloud:4566` (default) | This is interpolated into URLs and addresses that are returned by LocalStack. It has the form `<hostname>:<port>`. |
3333
| `USE_SSL` | `0` (default) | Whether to return URLs using HTTP (`0`) or HTTPS (`1`). Changed with 3.0.0. In earlier versions this was toggling SSL support on or off. |
34-
| `PERSISTENCE` | `0` (default) | Enable persistence. See [Persistence Mechanism]({{< ref "user-guide/state-management/persistence" >}}) and [Filesystem Layout]({{< ref "filesystem" >}}). |
34+
| `PERSISTENCE` | `0` (default) | Enable persistence. See [Persistence Mechanism](/aws/capabilities/state-management/persistence) and [Filesystem Layout]({{< ref "filesystem" >}}). |
3535
| `MAIN_CONTAINER_NAME` | `localstack-main` (default) | Specify the main docker container name |
3636
| `LS_LOG` | `trace`, `trace-internal`, `debug`, `info`, `warn`, `error`, `warning`| Specify the log level. Currently overrides the `DEBUG` configuration. `trace` for detailed request/response, `trace-internal` for internal calls, too. |
3737
| `EXTERNAL_SERVICE_PORTS_START` | `4510` (default) | Start of the [External Service Port Range]({{< ref "external-ports" >}}) (inclusive). |
@@ -364,17 +364,17 @@ Please check with your SMTP email service provider for the following settings.
364364

365365
## Persistence
366366

367-
To learn more about these configuration options, see [Persistence]({{< ref "user-guide/state-management/persistence" >}}).
367+
To learn more about these configuration options, see [Persistence](/aws/capabilities/state-management/persistence).
368368

369369
| Variable | Valid options | Description |
370370
| - | - | - |
371371
| `SNAPSHOT_SAVE_STRATEGY` | `ON_SHUTDOWN`\|`ON_REQUEST`\|`SCHEDULED`\|`MANUAL` | Strategy that governs when LocalStack should make state snapshots |
372372
| `SNAPSHOT_LOAD_STRATEGY` | `ON_STARTUP`\|`ON_REQUEST`\|`MANUAL` | Strategy that governs when LocalStack restores state snapshots |
373-
| `SNAPSHOT_FLUSH_INTERVAL` | 15 (default) | The interval (in seconds) between persistence snapshots. It only applies to a `SCHEDULED` save strategy (see [Persistence Mechanism]({{< ref "user-guide/state-management/persistence" >}}))|
373+
| `SNAPSHOT_FLUSH_INTERVAL` | 15 (default) | The interval (in seconds) between persistence snapshots. It only applies to a `SCHEDULED` save strategy (see [Persistence Mechanism](/aws/capabilities/state-management/persistence))|
374374

375375
## Cloud Pods
376376

377-
To learn more about these configuration options, see [Cloud Pods]({{< ref "user-guide/state-management/cloud-pods" >}}).
377+
To learn more about these configuration options, see [Cloud Pods](/aws/capabilities/state-management/cloud-pods).
378378

379379
| Variable | Valid options | Description |
380380
| - | - | - |

src/content/docs/aws/capabilities/config/initialization-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ A common use case for init hooks is pre-seeding LocalStack with custom state.
112112
For example if you want to have a certain S3 bucket or DynamoDB table created when starting LocalStack, init hooks can be very useful.
113113

114114
{{< callout "tip" >}}
115-
If you have more complex states, [Cloud Pods]({{< ref "user-guide/state-management/cloud-pods" >}}) and [how to auto-load them on startup]({{< ref "user-guide/state-management/cloud-pods#auto-loading-cloud-pods" >}}) may be a good option to look into!
115+
If you have more complex states, [Cloud Pods](/aws/capabilities/state-management/cloud-pods) and [how to auto-load them on startup]({{< ref "user-guide/state-management/cloud-pods#auto-loading-cloud-pods" >}}) may be a good option to look into!
116116
{{< /callout >}}
117117

118118
To execute aws cli commands when LocalStack becomes ready,

0 commit comments

Comments
 (0)