summaryrefslogtreecommitdiff
path: root/doc/development/elasticsearch.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-07-05 19:44:45 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-05 19:51:17 +0200
commit8c7c06e750bab9982560cb8de4629c4e93659c97 (patch)
treef527ee63adc03bf586a5c562ae81a04413f16aea /doc/development/elasticsearch.md
parent03ee977a0aabb69abbd0a966597c3114402c808f (diff)
downloadgitlab-ce-use-parenthesis-for-tier-badges.tar.gz
Change tier badge regex to use parenthesisuse-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/development/elasticsearch.md')
-rw-r--r--doc/development/elasticsearch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/elasticsearch.md b/doc/development/elasticsearch.md
index 603a756ff56..eba69e720a9 100644
--- a/doc/development/elasticsearch.md
+++ b/doc/development/elasticsearch.md
@@ -1,4 +1,4 @@
-# Elasticsearch knowledge **[STARTER ONLY]**
+# Elasticsearch knowledge **(STARTER ONLY)**
This area is to maintain a compendium of useful information when working with elasticsearch.