diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-13 10:49:06 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-13 10:49:06 +0300 |
commit | 1ac21f7ae656de0798d4295f092a60512e3337e7 (patch) | |
tree | b7e5364e4e6c57e37209ac73aabee8f4cc9e9607 /doc | |
parent | b24359e24d55ed15b75be99dd12ed504a946afe1 (diff) | |
download | gitlab-ce-1ac21f7ae656de0798d4295f092a60512e3337e7.tar.gz |
Add missing (FREE ONLY) docs tier badgedocs/add-free-tier-badge
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/documentation/styleguide.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index 59c8bfe2964..680f2cd13c2 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -877,10 +877,10 @@ Other text includes deprecation notices and version-specific how-to information. When a feature is available in EE-only tiers, add the corresponding tier according to the feature availability: +- For GitLab Core and GitLab.com Free: `**(CORE)**`. - For GitLab Starter and GitLab.com Bronze: `**(STARTER)**`. - For GitLab Premium and GitLab.com Silver: `**(PREMIUM)**`. - For GitLab Ultimate and GitLab.com Gold: `**(ULTIMATE)**`. -- For GitLab Core and GitLab.com Free: `**(CORE)**`. To exclude GitLab.com tiers (when the feature is not available in GitLab.com), add the keyword "only": @@ -892,6 +892,7 @@ keyword "only": For GitLab.com only tiers (when the feature is not available for self-hosted instances): +- For GitLab Free and higher tiers: `**(FREE ONLY)**`. - For GitLab Bronze and higher tiers: `**(BRONZE ONLY)**`. - For GitLab Silver and higher tiers: `**(SILVER ONLY)**`. - For GitLab Gold: `**(GOLD ONLY)**`. |