73c6477b7e
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
25 lines
975 B
Markdown
25 lines
975 B
Markdown
---
|
|
type: reference
|
|
---
|
|
|
|
# Labels administration **(CORE ONLY)**
|
|
|
|
In the Admin Area, you can manage labels for the GitLab instance. For more details, see [Labels](../project/labels.md).
|
|
|
|
## Default Labels
|
|
|
|
Labels created in the Admin Area become available to each _new_ project.
|
|
|
|
![Default label set](img/admin_labels.png)
|
|
|
|
<!-- ## Troubleshooting
|
|
|
|
Include any troubleshooting steps that you can foresee. If you know beforehand what issues
|
|
one might have when setting this up, or when something is changed, or on upgrading, it's
|
|
important to describe those, too. Think of things that may go wrong and include them here.
|
|
This is important to minimize requests for support, and to avoid doc comments with
|
|
questions that you know someone might ask.
|
|
|
|
Each scenario can be a third-level heading, e.g. `### Getting error message X`.
|
|
If you have none to add when creating a doc, leave this section in place
|
|
but commented out to help encourage others to add to it in the future. -->
|