Commit ba1c46e4 authored by DarwinJS's avatar DarwinJS Committed by Amy Qualls

Fix json block rendering

parent d9081ed0
...@@ -150,8 +150,7 @@ To set up a mirror from GitLab to AWS CodeCommit: ...@@ -150,8 +150,7 @@ To set up a mirror from GitLab to AWS CodeCommit:
been tested to be the minimum (least privileged) required for mirroring: been tested to be the minimum (least privileged) required for mirroring:
```json ```json
{
{
"Version": "2012-10-17", "Version": "2012-10-17",
"Statement": [ "Statement": [
{ {
...@@ -168,9 +167,8 @@ To set up a mirror from GitLab to AWS CodeCommit: ...@@ -168,9 +167,8 @@ To set up a mirror from GitLab to AWS CodeCommit:
} }
] ]
} }
```
```json
1. After the user was created, click the AWS IAM user name. 1. After the user was created, click the AWS IAM user name.
1. Click the **Security credentials** tab. 1. Click the **Security credentials** tab.
1. Under **HTTPS Git credentials for AWS CodeCommit** click **Generate credentials**. 1. Under **HTTPS Git credentials for AWS CodeCommit** click **Generate credentials**.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment