Fix unfinished sentence on GitLab CI main page: "GitLab Runner has many features including autoscaling,"
Related MR
Description
The GitLab Runner section of the GitLab CI page has a poor, lonely, unfinished sentence that starts to list GitLab Runner features:
GitLab Runner has many features including autoscaling,
Proposal
The following changes, or similar, to source/gitlab-ci/index.html.haml around line 166:
%p
GitLab Runner has
%a{href: "https://docs.gitlab.com/runner#features"} many features
including
= succeed "," do
%a{href: "https://docs.gitlab.com/runner/configuration/autoscale.html"} autoscaling
+ = succeed "," do
+ %a{href: "https://docs.gitlab.com/runner/executors/docker.html"} great Docker support
+ and the ability to run multiple jobs concurrently.
%p
Links / references
The extra text is based on the original description, which seems to have slipped through the cracks during a site overhaul (Blow up the old site