Product availability details
Product availability details provide information about a feature. If the details apply to the whole page, place them at the top of the page, but after the front matter. If they apply to a specific section, place the details under the applicable section titles.
Availability details include the tier, offering, status, and history.
The Markdown for availability details should look like the following:
title: 'Topic title'
---
{{< details >}}
- Tier: Free, Premium, Ultimate
- Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated
- Status: Experiment
{{< /details >}}
{{< history >}}
- [Introduced](https://link-to-issue) in GitLab 16.3.
- Updated in GitLab 16.4.
{{< /history >}}
Available options
Use the following text for the tier, offering, status, and version history.
Offering
For offering, use any combination of these entries, in this order, separated by commas:
GitLab.com
GitLab Self-Managed
GitLab Dedicated
For example:
GitLab.com
GitLab.com, GitLab Self-Managed
GitLab Self-Managed
GitLab Self-Managed, GitLab Dedicated
Tier
For tier, choose one:
Free, Premium, Ultimate
Premium, Ultimate
Ultimate
GitLab Duo Pro or Enterprise add-on
Document add-ons by using the phrase with
and the add-on.
For example, with GitLab Duo Pro
.
The possibilities are:
- Tier: Premium with GitLab Duo Pro, Ultimate with GitLab Duo Pro or Enterprise
- Tier: Ultimate with GitLab Duo Pro or Enterprise
- Tier: Ultimate with GitLab Duo Enterprise
GitLab Dedicated always includes an Ultimate subscription.
Status
For status, choose one:
Beta
Experiment
Limited availability
Generally available features should not have a status.
History
The documentation site uses shortcodes to render the version history.
In addition:
- Ensure that the output generates properly.
- Ensure the version history begins with
-
. - If possible, include a link to the related issue. If there is no related issue, link to a merge request, or epic.
- Do not link to confidential issues.
- Do not link to the pricing page. Do not include the subscription tier.
Updated features
For features that have changed or been updated, add a new list item. Start the sentence with the feature name or a gerund.
For example:
- [Introduced](https://issue-link) in GitLab 13.1.
- Creating an issue from an issue board [introduced](https://issue-link) in GitLab 14.1.
Or:
- [Introduced](https://issue-link) in GitLab 13.1.
- Notifications for expiring tokens [introduced](https://issue-link) in GitLab 14.3.
Moved subscription tiers
For features that move to another subscription tier, use moved
:
- [Moved](https://issue-link) from GitLab Ultimate to GitLab Premium in 11.8.
- [Moved](https://issue-link) from GitLab Premium to GitLab Free in 12.0.
Changed feature status
For a feature status change from experiment to beta, use changed
:
- [Introduced](https://issue-link) as an [experiment](../../policy/development_stages_support.md) in GitLab 15.7.
- [Changed](https://issue-link) from experiment to beta in GitLab 16.0.
For a feature status change from beta to limited availability, use changed
:
- [Changed](https://issue-link) from experiment to beta in GitLab 16.0.
- [Changed](https://issue-link) from beta to limited availability in GitLab 16.3.
For a change to generally available, use:
- [Generally available](https://issue-link) in GitLab 16.10.
Features made available as part of a program
For features made available to users as part of a program, add a new list item and link to the program.
- [Introduced](https://issue-link) in GitLab 15.1.
- Merged results pipelines [added](https://issue-link) to the [Registration Features Program](https://page-link) in GitLab 16.7.
Features behind feature flags
For features introduced behind feature flags, add details about the feature flag. For more information, see Document features deployed behind feature flags.
Removing versions
Remove history items and inline text that refer to unsupported versions.
GitLab supports the current major version and two previous major versions. For example, if 17.0 is the current major version, all major and minor releases of GitLab 17.0, 16.0, and 15.0 are supported.
For the list of current supported versions, see Version support.
Remove information about features behind feature flags only if all events related to the feature flag happened in unsupported versions. If the flag hasn’t been removed, readers should know when it was introduced.
Timing version removals
When a new major version is about to be released, create merge requests to remove mentions of the last unsupported version. Only merge them during the milestone of the new major release.
For example, if GitLab 17.0 is the next major upcoming release:
- The supported versions are 16, 15, and 14.
- When GitLab 17.0 is released, GitLab 14 is no longer supported.
Create merge requests to remove mentions of GitLab 14, but only merge them during the 17.0 milestone, after 16.11 is released.
When to add availability details
Assign availability details under:
- Most H1 topic titles, except the pages under
doc/development/*
anddoc/solutions/*
. - Topic titles for features that have different availability details than the H1 title.
The H1 availability details should be the details that apply to the widest availability for the features on the page. For example:
- If some sections apply to Premium and Ultimate, and others apply to just Ultimate,
the H1
Tier:
should bePremium, Ultimate
. - If some sections apply to all instances, and others apply to only
GitLab Self-Managed
, theOffering:
should beGitLab.com, GitLab Self-Managed, GitLab Dedicated
. - If some sections are beta, and others are experiment, the H1
Status:
should beBeta
. If some sections are beta, and others are generally available, then there should be noStatus:
for the H1.
When not to add availability details
Do not assign availability details to the following pages:
- Tutorials.
- Pages that compare features from different tiers.
- Pages in the
/development
folder. These pages are automatically assigned aContribute
badge. - Pages in the
/solutions
folder. These pages are automatically assigned aSolutions
badge.
Also, do not assign them when a feature does not have one obvious subscription tier or offering. For example, if a feature applies to one tier for GitLab.com and a different availability for GitLab Self-Managed.
In this case, do any or all of the following:
- Use a
type="note"
alert box to describe the availability details. - Add availability details under other topic titles where this information makes more sense.
- Do not add availability details under the H1.
Duplicating tier, offering, or status on subheadings
If a subheading has the same tier, offering, or status as its parent topic, you don’t need to repeat the information in the subheading’s badge.
For example, subheadings that have Tier: Premium, Ultimate
and Offering: GitLab.com
don’t need to duplicate the details if the page details match:
title: My title
---
{{< details >}}
- Tier: Premium, Ultimate
- Offering: GitLab.com
{{< /details >}}
Any lower-level heading that applies to a different tier but same offering would be:
## My title
{{< details >}}
- Tier: Ultimate
{{< /details >}}
Inline availability details
Generally, you should not add availability details inline with other text. The single source of truth for a feature should be the topic where the functionality is described.
If you do need to mention an availability details inline, write it in plain text. For example, for an API topic:
IDs of the users to assign the issue to. Ultimate only.
For more examples, see the REST API style guide.
Inline history text
If you’re adding content to an existing topic, add historical information inline with the existing text. If possible, include a link to the related issue, merge request, or epic. For example:
The voting strategy [in GitLab 13.4 and later](https://issue-link) requires the primary and secondary
voters to agree.
Administrator documentation for availability details
Topics that are only for instance administrators should have the GitLab Self-Managed
tier.
Instance administrator documentation often includes sections that mention:
- Changing the
gitlab.rb
orgitlab.yml
files. - Accessing the rails console or running Rake tasks.
- Doing things in the Admin area.
These pages should also mention if the tasks can only be accomplished by an instance administrator.
Docs
Edit this page to fix an error or add an improvement in a merge request.
Create an issue to suggest an improvement to this page.
Product
Create an issue if there's something you don't like about this feature.
Propose functionality by submitting a feature request.
Feature availability and product trials
View pricing to see all GitLab tiers and features, or to upgrade.
Try GitLab for free with access to all features for 30 days.
Get help
If you didn't find what you were looking for, search the docs.
If you want help with something specific and could use community support, post on the GitLab forum.
For problems setting up or using this feature (depending on your GitLab subscription).
Request support