@@ -14,12 +14,14 @@ and we use [Bootstrap's Utility Classes](https://getbootstrap.com/docs/4.3/utili
...
@@ -14,12 +14,14 @@ and we use [Bootstrap's Utility Classes](https://getbootstrap.com/docs/4.3/utili
New utility classes should be added to [`utilities.scss`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/stylesheets/utilities.scss). Existing classes include:
New utility classes should be added to [`utilities.scss`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/stylesheets/utilities.scss). Existing classes include:
**Background color**: `.bg-variant-shade` e.g. `.bg-warning-400`
**Background color**: `.bg-variant-shade` e.g. `.bg-warning-400`
**Text color**: `.text-variant-shade` e.g. `.text-success-500`
**Text color**: `.text-variant-shade` e.g. `.text-success-500`
- variant is one of 'primary', 'secondary', 'success', 'warning', 'error'
- variant is one of 'primary', 'secondary', 'success', 'warning', 'error'
- shade is on of the shades listed on [colors](https://design.gitlab.com/foundations/colors/)
- shade is on of the shades listed on [colors](https://design.gitlab.com/foundations/colors/)
**Font size**: `.text-size` e.g. `.text-2`
**Font size**: `.text-size` e.g. `.text-2`
-**size** is number from 1-6 from our [Type scale](https://design.gitlab.com/foundations/typography)
-**size** is number from 1-6 from our [Type scale](https://design.gitlab.com/foundations/typography)
This document will guide you through adding another [package management system](../administration/packages.md) support to GitLab.
This document will guide you through adding another [package management system](https://docs.gitlab.com/ee/administration/packages.html) support to GitLab.
See already supported package types in [Packages documentation](../administration/packages.md)
See already supported package types in [Packages documentation](https://docs.gitlab.com/ee/administration/packages.html)
Since GitLab packages' UI is pretty generic, it is possible to add new
Since GitLab packages' UI is pretty generic, it is possible to add new
package system support by solely backend changes. This guide is superficial and does
package system support by solely backend changes. This guide is superficial and does
...
@@ -46,7 +46,7 @@ Group-level and instance-level endpoints are good to have but are optional.
...
@@ -46,7 +46,7 @@ Group-level and instance-level endpoints are good to have but are optional.
NOTE: **Note:**
NOTE: **Note:**
To avoid name conflict for instance-level endpoints we use
To avoid name conflict for instance-level endpoints we use