Fix markdown spacing in various docs
Align images and lists in assorted markdown docs
This commit is contained in:
parent
74efd580bd
commit
f751748d38
14 changed files with 108 additions and 103 deletions
|
@ -418,10 +418,14 @@ fully understand [IAM Best Practices in AWS](https://docs.aws.amazon.com/IAM/lat
|
|||
|
||||
1. Log into your AWS account and go to the [Security Credentials page](https://console.aws.amazon.com/iam/home#/security_credential)
|
||||
1. Click the **Access Keys** section and **Create New Access Key**. Create the key and keep the id and secret around, you'll need them later
|
||||
|
||||
![AWS Access Key Config](img/aws_config_window.png)
|
||||
|
||||
1. Go to your GitLab project, click **Settings > CI/CD** on the left sidebar
|
||||
1. Expand the **Variables** section
|
||||
|
||||
![GitLab Secret Config](img/gitlab_config.png)
|
||||
|
||||
1. Add a key named `AWS_KEY_ID` and copy the key id from Step 2 into the **Value** textbox
|
||||
1. Add a key named `AWS_KEY_SECRET` and copy the key secret from Step 2 into the **Value** textbox
|
||||
|
||||
|
|
|
@ -373,12 +373,12 @@ attacker.
|
|||
|
||||
To reset the token:
|
||||
|
||||
1. Go to **Settings > CI/CD** for a specified Project
|
||||
1. Expand the **General pipelines settings** section
|
||||
1. Find the **Runner token** form field and click the **Reveal value** button
|
||||
1. Delete the value and save the form
|
||||
1. Go to **Settings > CI/CD** for a specified Project.
|
||||
1. Expand the **General pipelines settings** section.
|
||||
1. Find the **Runner token** form field and click the **Reveal value** button.
|
||||
1. Delete the value and save the form.
|
||||
1. After the page is refreshed, expand the **Runners settings** section
|
||||
and check the registration token - it should be changed
|
||||
and check the registration token - it should be changed.
|
||||
|
||||
From now on the old token is not valid anymore and will not allow to register
|
||||
a new Runner to the project. If you are using any tools to provision and
|
||||
|
|
|
@ -57,6 +57,7 @@ There are no special requirements if you are using GitLab.com.
|
|||
If using a GitLab version earlier than 11.3 the `Redirect URI` value should be `https://<your-gitlab-instance-domain>/-/jira/login/oauth/callback`.
|
||||
|
||||
![GitLab Application setup](img/jira_dev_panel_gl_setup_1.png)
|
||||
|
||||
- Check `api` in the Scopes section.
|
||||
|
||||
1. Click `Save application`. You will see the generated 'Application Id' and 'Secret' values.
|
||||
|
|
|
@ -22,7 +22,7 @@ higher can also edit a comment made by someone else.
|
|||
You can also reply to a comment notification email to reply to the comment if
|
||||
[Reply by email] is configured for your GitLab instance. Replying to a standard comment
|
||||
creates another standard comment. Replying to a threaded comment creates a reply in the thread. Email replies support
|
||||
[Markdown] and [quick actions], just as if you replied from the web.
|
||||
[Markdown] and [quick actions], just as if you replied from the web.
|
||||
|
||||
## Resolvable comments and threads
|
||||
|
||||
|
|
Loading…
Reference in a new issue