Commit graph

7 commits

Author SHA1 Message Date
Marcel Amirault
5abfc57ec3 Fix spacing of code blocks
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
2019-07-09 07:16:17 +00:00
Marcel Amirault
73c6477b7e Changing badges to use parentheses not brackets
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-07-08 08:50:38 +00:00
Marcel Amirault
4efc8574cb Fix notes and update links to issues doc
After review, heading was changed and links to
it needed to be updated, and minor tweaks to
the issues docs such as note formatting
2019-07-04 00:55:35 +00:00
Evan Read
c2c2d04b3a Fix most instances of bare URLs in markdown 2019-01-24 06:52:33 +00:00
Samuele Kaplun
c6cfc369db Fix closing issue default pattern
* (Suf)fix #51085 :-)

Signed-off-by: Samuele Kaplun <kaplun@protonmail.com>
2018-09-06 16:00:12 +02:00
Balasankar "Balu" C
905c772a6a Fix typo in issue closing pattern docs 2018-03-29 17:08:09 +05:30
Achilleas Pipinellis
13d3bd81a6 Change location and refactor issue closing pattern documentation
Split into user and administrator docs:

- administration/issue_closing_pattern.md
- user/project/issues/automatic_issue_closing.md

[ci skip]
2016-09-22 11:09:04 +03:00