- GitLab [product tiers](https://about.gitlab.com/pricing/). For example,
- GitLab [product tiers](https://about.gitlab.com/pricing/). For example,
GitLab Core and GitLab Ultimate. (Tested in [`BadgeCapitalization.yml`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/.vale/gitlab/BadgeCapitalization.yml).)
GitLab Free and GitLab Ultimate. (Tested in [`BadgeCapitalization.yml`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/.vale/gitlab/BadgeCapitalization.yml).)
- Third-party organizations, software, and products. For example, Prometheus,
- Third-party organizations, software, and products. For example, Prometheus,
Kubernetes, Git, and The Linux Foundation.
Kubernetes, Git, and The Linux Foundation.
- Methods or methodologies. For example, Continuous Integration,
- Methods or methodologies. For example, Continuous Integration,
...
@@ -942,7 +942,7 @@ NOTE:
...
@@ -942,7 +942,7 @@ NOTE:
[Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39717) in
[Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39717) in
GitLab 13.4, [product badges](#product-tier-badges) used in headings aren't
GitLab 13.4, [product badges](#product-tier-badges) used in headings aren't
included in the generated anchor links. For example, when you link to
included in the generated anchor links. For example, when you link to
`## This is an example **(CORE)**`, use the anchor `#this-is-an-example`.
`## This is an example **(FREE)**`, use the anchor `#this-is-an-example`.
Keep in mind that the GitLab user interface links to many documentation pages
Keep in mind that the GitLab user interface links to many documentation pages
and anchor links to take the user to the right spot. When you change
and anchor links to take the user to the right spot. When you change
...
@@ -1671,8 +1671,8 @@ the blockquote to use a bulleted list:
...
@@ -1671,8 +1671,8 @@ the blockquote to use a bulleted list:
If a feature is moved to another tier:
If a feature is moved to another tier:
```markdown
```markdown
> - [Moved](<link-to-issue>) from GitLab Premium to GitLab Starter in 11.8.
> - [Moved](<link-to-issue>) from GitLab Ultimate to GitLab Premium in 11.8.
> - [Moved](<link-to-issue>) from GitLab Starter to GitLab Core in 12.0.
> - [Moved](<link-to-issue>) from GitLab Premium to GitLab Free in 12.0.
```
```
If a feature is deprecated, include a link to a replacement (when available):
If a feature is deprecated, include a link to a replacement (when available):
...
@@ -1779,7 +1779,7 @@ To add a tier badge to a heading, add the relevant [tier badge](#available-produ
...
@@ -1779,7 +1779,7 @@ To add a tier badge to a heading, add the relevant [tier badge](#available-produ
after the heading text. For example:
after the heading text. For example:
```markdown
```markdown
# Heading title `**(CORE)**`
# Heading title `**(FREE)**`
```
```
#### Product tier badges on other content
#### Product tier badges on other content
...
@@ -1787,30 +1787,26 @@ after the heading text. For example:
...
@@ -1787,30 +1787,26 @@ after the heading text. For example:
In paragraphs, list names, and table cells, an information icon displays when you
In paragraphs, list names, and table cells, an information icon displays when you
add a tier badge. More verbose information displays when a user points to the icon:
add a tier badge. More verbose information displays when a user points to the icon:
-`**(STARTER)**` displays as **(STARTER)**
-`**(FREE)**` displays as **(FREE)**
-`**(STARTER ONLY)**` displays as **(STARTER ONLY)**
-`**(FREE SELF)**` displays as **(FREE SELF)**
-`**(SILVER ONLY)**` displays as **(SILVER ONLY)**
-`**(FREE SAAS)**` displays as **(FREE SAAS)**
The `**(STARTER)**` generates a `span` element to trigger the
The `**(FREE)**` generates a `span` element to trigger the
badges and tooltips (`<span class="badge-trigger starter">`). When the keyword
badges and tooltips (`<span class="badge-trigger free">`).
_only_ is added, the corresponding GitLab.com badge isn't displayed.
#### Available product tier badges
#### Available product tier badges
| Tier in which feature is available | Tier badge |
| Tier in which feature is available | Tier badge |