diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-05 20:04:19 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-05 20:04:19 +0200 |
commit | 4c1c97b3e55b7df0eebae89263e570321f300966 (patch) | |
tree | 7c37861713cb269a4159cc7dd3d509c62b43d7d1 /doc/api/namespaces.md | |
parent | 50441577f0d24fe66ad1d59879f10315b54946c4 (diff) | |
download | gitlab-ce-docs/use-parenthesis-for-tier-badges.tar.gz |
Change tier badge regex to use parenthesisdocs/use-parenthesis-for-tier-badges
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
to show some warnings when the site was built. This is
now changed by replacing brackets with parenthesis.
This is because [PREMIUM] is translated to a link, and Kramdown
wouldn't find its URL since there isn't one.
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
Diffstat (limited to 'doc/api/namespaces.md')
-rw-r--r-- | doc/api/namespaces.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/namespaces.md b/doc/api/namespaces.md index 5db7035fd90..2b6eddf78a1 100644 --- a/doc/api/namespaces.md +++ b/doc/api/namespaces.md @@ -68,7 +68,7 @@ the `plan` parameter associated with a namespace: ] ``` -NOTE: **Note:** Only group maintainers/owners are presented with `members_count_with_descendants`, as well as `plan` **[BRONZE ONLY]**. +NOTE: **Note:** Only group maintainers/owners are presented with `members_count_with_descendants`, as well as `plan` **(BRONZE ONLY)**. ## Search for namespace |