Commit 23cfa7c1 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'DarwinJS-master-patch-60725' into 'master'

Fix json block rendering

See merge request gitlab-org/gitlab!38621
parents 0c5a0740 ba1c46e4
...@@ -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