Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-04-22 15:11:50 +0300
committerMarcia Ramos <marcia@gitlab.com>2019-04-22 15:11:50 +0300
commitb2f2e8174935c3550d61d216220c9580e9183b83 (patch)
tree3cbbcbcebd6585580a0971a6ed261d2331512524
parentc26831f38bff6600504e4260951280ece926fc25 (diff)
parent21600cc7edb6177f039211b8df33710c094c73d6 (diff)
Merge branch 'docs/com-only-badges' into 'master'
Document how to use GitLab.com only badges See merge request gitlab-org/gitlab-ce!27546
-rw-r--r--doc/development/documentation/styleguide.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md
index e36ad01d4f8..ffb89848edb 100644
--- a/doc/development/documentation/styleguide.md
+++ b/doc/development/documentation/styleguide.md
@@ -651,6 +651,11 @@ keyword "only":
- For GitLab Premium: `**[PREMIUM ONLY]**`.
- For GitLab Ultimate: `**[ULTIMATE ONLY]**`.
+For GitLab.com only tiers (when the feature is not available for self-hosted instances):
+- For GitLab Bronze and higher tiers: `**[BRONZE ONLY]**`.
+- For GitLab Silver and higher tiers: `**[SILVER ONLY]**`.
+- For GitLab Gold: `**[GOLD ONLY]**`.
+
The tier should be ideally added to headers, so that the full badge will be displayed.
However, it can be also mentioned from paragraphs, list items, and table cells. For these cases,
the tier mention will be represented by an orange question mark that will show the tiers on hover.
@@ -659,6 +664,7 @@ For example:
- `**[STARTER]**` renders as **[STARTER]**
- `**[STARTER ONLY]**` renders as **[STARTER ONLY]**
+- `**[SILVER ONLY]**` renders as **[SILVER ONLY]**
The absence of tiers' mentions mean that the feature is available in GitLab Core,
GitLab.com Free, and all higher tiers.