Commit 95075fee authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-image-alignment-2' into 'master'

Fix markdown spacing in various docs (part 4)

See merge request gitlab-org/gitlab-ce!31710
parents 8e2666bf f6ff16eb
...@@ -5,13 +5,17 @@ instance or GitLab.com. ...@@ -5,13 +5,17 @@ instance or GitLab.com.
## Why is Gemnasium.com closed? ## Why is Gemnasium.com closed?
Gemnasium has been [acquired by GitLab](https://about.gitlab.com/press/releases/2018-01-30-gemnasium-acquisition.html) Gemnasium was [acquired by GitLab](https://about.gitlab.com/press/releases/2018-01-30-gemnasium-acquisition.html)
in January 2018. Since May 15, 2018, the services provided by Gemnasium are no longer available. in January 2018. Since May 15, 2018, the services provided by Gemnasium are no longer available.
The team behind Gemnasium has joined GitLab as the new Security Products team The team behind Gemnasium has joined GitLab as the new Security Products team
and is working on a wider range of tools than just Dependency Scanning: and is working on a [wide range of tools](../../application_security/index.md),
[SAST](../../application_security/sast/index.md), including:
[DAST](../../application_security/dast/index.md),
[Container Scanning](../../application_security/container_scanning/index.md) and more. - [Dependency Scanning](../../application_security/dependency_scanning/index.md)
- [SAST](../../application_security/sast/index.md)
- [DAST](../../application_security/dast/index.md)
- [Container Scanning](../../application_security/container_scanning/index.md)
If you want to continue monitoring your dependencies, see the If you want to continue monitoring your dependencies, see the
[Migrating to GitLab](#migrating-to-gitlab) section below. [Migrating to GitLab](#migrating-to-gitlab) section below.
......
# Import multiple repositories by uploading a manifest file # Import multiple repositories by uploading a manifest file
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/28811) in > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/28811) in GitLab 11.2.
GitLab 11.2.
GitLab allows you to import all the required Git repositories GitLab allows you to import all the required Git repositories
based on a manifest file like the one used by the based on a manifest file like the one used by the
......
...@@ -42,16 +42,12 @@ the administrator console. ...@@ -42,16 +42,12 @@ the administrator console.
![Mattermost go to console](img/mattermost_goto_console.png) ![Mattermost go to console](img/mattermost_goto_console.png)
---
1. Click **Custom integrations** and set **Enable Custom Slash Commands**, 1. Click **Custom integrations** and set **Enable Custom Slash Commands**,
**Enable custom integrations to override usernames**, and **Override **Enable custom integrations to override usernames**, and **Override
custom integrations to override profile picture icons** to true custom integrations to override profile picture icons** to true
![Mattermost console](img/mattermost_console_integrations.png) ![Mattermost console](img/mattermost_console_integrations.png)
---
1. Click **Save** at the bottom to save the changes. 1. Click **Save** at the bottom to save the changes.
### Step 2. Open the Mattermost slash commands service in GitLab ### Step 2. Open the Mattermost slash commands service in GitLab
...@@ -62,15 +58,13 @@ the administrator console. ...@@ -62,15 +58,13 @@ the administrator console.
A screen will appear with all the values you need to copy in Mattermost as A screen will appear with all the values you need to copy in Mattermost as
described in the next step. Leave the window open. described in the next step. Leave the window open.
>**Note:** NOTE: **Note:**
GitLab will propose some values for the Mattermost settings. The only one GitLab will propose some values for the Mattermost settings. The only one
required to copy-paste as-is is the **Request URL**, all the others are just required to copy-paste as-is is the **Request URL**, all the others are just
suggestions. suggestions.
![Mattermost setup instructions](img/mattermost_config_help.png) ![Mattermost setup instructions](img/mattermost_config_help.png)
---
1. Proceed to the next step and create a slash command in Mattermost with the 1. Proceed to the next step and create a slash command in Mattermost with the
above values. above values.
...@@ -85,19 +79,15 @@ in a new slash command. ...@@ -85,19 +79,15 @@ in a new slash command.
![Mattermost team integrations](img/mattermost_team_integrations.png) ![Mattermost team integrations](img/mattermost_team_integrations.png)
---
1. Go to the **Slash Commands** integration and add a new one by clicking the 1. Go to the **Slash Commands** integration and add a new one by clicking the
**Add Slash Command** button. **Add Slash Command** button.
![Mattermost add command](img/mattermost_add_slash_command.png) ![Mattermost add command](img/mattermost_add_slash_command.png)
---
1. Fill in the options for the custom command as described in 1. Fill in the options for the custom command as described in
[step 2](#step-2-open-the-mattermost-slash-commands-service-in-gitlab). [step 2](#step-2-open-the-mattermost-slash-commands-service-in-gitlab).
>**Note:** NOTE: **Note:**
If you plan on connecting multiple projects, pick a slash command trigger If you plan on connecting multiple projects, pick a slash command trigger
word that relates to your projects such as `/gitlab-project-name` or even word that relates to your projects such as `/gitlab-project-name` or even
just `/project-name`. Only use `/gitlab` if you will only connect a single just `/project-name`. Only use `/gitlab` if you will only connect a single
...@@ -119,8 +109,6 @@ in a new slash command. ...@@ -119,8 +109,6 @@ in a new slash command.
1. Click **Save changes** for the changes to take effect. 1. Click **Save changes** for the changes to take effect.
---
You are now set to start using slash commands in Mattermost that talk to the You are now set to start using slash commands in Mattermost that talk to the
GitLab project you configured. GitLab project you configured.
......
...@@ -144,9 +144,12 @@ the following is possible: ...@@ -144,9 +144,12 @@ the following is possible:
- If the required number of approvals has _not_ been yet met, they can approve - If the required number of approvals has _not_ been yet met, they can approve
it by clicking the displayed **Approve** button. it by clicking the displayed **Approve** button.
![Approve](img/approve.png) ![Approve](img/approve.png)
- If the required number of approvals has already been met, they can still - If the required number of approvals has already been met, they can still
approve it by clicking the displayed **Approve additionally** button. approve it by clicking the displayed **Approve additionally** button.
![Add approval](img/approve_additionally.png) ![Add approval](img/approve_additionally.png)
- **They have already approved this merge request**: They can remove their approval. - **They have already approved this merge request**: They can remove their approval.
...@@ -159,7 +162,7 @@ if [**Prevent author approval**](#allowing-merge-request-authors-to-approve-thei ...@@ -159,7 +162,7 @@ if [**Prevent author approval**](#allowing-merge-request-authors-to-approve-thei
For a given merge request, if the approval restrictions have been satisfied, For a given merge request, if the approval restrictions have been satisfied,
the merge request is unblocked and can be merged. the merge request is unblocked and can be merged.
Note, that meeting the required number of approvals is a necessary, but not Note that meeting the required number of approvals is a necessary, but not
sufficient condition for unblocking a merge request from being merged. There sufficient condition for unblocking a merge request from being merged. There
are other conditions that may block it, such as merge conflicts, are other conditions that may block it, such as merge conflicts,
[pending discussions](../../discussions/index.md#only-allow-merge-requests-to-be-merged-if-all-threads-are-resolved) [pending discussions](../../discussions/index.md#only-allow-merge-requests-to-be-merged-if-all-threads-are-resolved)
......
...@@ -123,20 +123,20 @@ where you'll find its default URL. ...@@ -123,20 +123,20 @@ where you'll find its default URL.
> **Notes:** > **Notes:**
> >
> - GitLab Pages [supports any SSG](https://about.gitlab.com/2016/06/17/ssg-overview-gitlab-pages-part-3-examples-ci/), but, > - GitLab Pages [supports any SSG](https://about.gitlab.com/2016/06/17/ssg-overview-gitlab-pages-part-3-examples-ci/), but,
if you don't find yours among the templates, you'll need > if you don't find yours among the templates, you'll need
to configure your own `.gitlab-ci.yml`. To do that, please > to configure your own `.gitlab-ci.yml`. To do that, please
read through the article [Creating and Tweaking GitLab CI/CD for GitLab Pages](getting_started_part_four.md). New SSGs are very welcome among > read through the article [Creating and Tweaking GitLab CI/CD for GitLab Pages](getting_started_part_four.md). New SSGs are very welcome among
the [example projects](https://gitlab.com/pages). If you set > the [example projects](https://gitlab.com/pages). If you set
up a new one, please > up a new one, please
[contribute](https://gitlab.com/pages/pages.gitlab.io/blob/master/CONTRIBUTING.md) > [contribute](https://gitlab.com/pages/pages.gitlab.io/blob/master/CONTRIBUTING.md)
to our examples. > to our examples.
> >
> - The second step _"Clone it to your local computer"_, can be done > - The second step _"Clone it to your local computer"_, can be done
differently, achieving the same results: instead of cloning the bare > differently, achieving the same results: instead of cloning the bare
repository to you local computer and moving your site files into it, > repository to you local computer and moving your site files into it,
you can run `git init` in your local website directory, add the > you can run `git init` in your local website directory, add the
remote URL: `git remote add origin git@gitlab.com:namespace/project-name.git`, > remote URL: `git remote add origin git@gitlab.com:namespace/project-name.git`,
then add, commit, and push to GitLab. > then add, commit, and push to GitLab.
## URLs and Baseurls ## URLs and Baseurls
......
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