Skip to content

Commit 26574d6

Browse files
committed
small fix
1 parent 93f33f5 commit 26574d6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

src/content/docs/aws/integrations/aws-native-tools/aws-cdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
order: 2
77
---
88

9-
{/*<!-- ![AWS CDK](aws-cdk-logo.svg) --> */}
9+
![AWS CDK](aws-cdk-logo.svg)
1010

1111
## Overview
1212

src/content/docs/aws/integrations/aws-native-tools/aws-cli.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ The [AWS Command Line Interface (CLI)](https://aws.amazon.com/cli/) is a unified
1313

1414
You can use the AWS CLI with LocalStack using either of the following approaches:
1515

16-
{/* * [AWS CLI]({{<ref "#aws-cli" >}}) */} {/* mdx-disabled */}
17-
{/* * [LocalStack AWS CLI]({{<ref "#localstack-aws-cli-awslocal">}}) */} {/* mdx-disabled */}
16+
[AWS CLI](#aws-cli)
17+
18+
[LocalStack AWS CLI](#localstack-aws-cli-awslocal)
1819

1920
## AWS CLI
2021

@@ -31,7 +32,7 @@ You can configure the AWS CLI to redirect AWS API requests to LocalStack using t
3132

3233
### Configuring an endpoint URL
3334

34-
{/* You can use AWS CLI with an endpoint URL by configuring test environment variables and include the `--endpoint-url=<localstack-url>` flag in your `aws` CLI commands. */} {/* mdx-disabled */}
35+
You can use AWS CLI with an endpoint URL by configuring test environment variables and include the `--endpoint-url=<localstack-url>` flag in your `aws` CLI commands.
3536
For example:
3637

3738
```bash

src/content/docs/aws/integrations/containers/devcontainers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can use the following two approaches to set up LocalStack with DevContainers
2020
## LocalStack Templates
2121

2222
LocalStack provides two different approaches for [Templates](https://github.com/localstack/devcontainer-template) which can be used via [supporting tools](https://containers.dev/supporting).
23-
{/* TODO: transform this into a proper table */}
23+
{/* TODO: transform this into a proper table, deal with the breaks */}
2424
{/*
2525
| **Type** | **Advantages** | **Disadvantages** |
2626
|------------------------------|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)