mirror of https://github.com/docker/docs.git
badge use (#20649)
This commit is contained in:
parent
ca7a7b9a03
commit
54ab3df392
|
@ -18,7 +18,11 @@ You can also make a badge a link.
|
|||
|
||||
### Usage guidelines
|
||||
|
||||
We use the violet badge to highlight new content in our docs: {{< badge color=violet text="New" >}}
|
||||
We use badges to indicate new content and product content in various stages of the release lifcycle:
|
||||
|
||||
- The violet badge to highlight new early access or experimental content
|
||||
- The blue badge to highlight beta content
|
||||
- The green badge to highlight new content that is either GA or not product-related content, such as guides/learning paths
|
||||
|
||||
Best practice is to use this badge for no longer than 2 months post release of the feature.
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ analysis, directly in your repositories.
|
|||
|
||||
The following source code management integrations are available:
|
||||
|
||||
- [GitHub](source-code-management/github.md) {{< badge color=violet text=Beta >}}
|
||||
- [GitHub](source-code-management/github.md) {{< badge color=blue text=Beta >}}
|
||||
|
||||
### Team collaboration
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@ subscription](../../../subscription/core-subscription/details.md) and they can c
|
|||
security features](/security/for-admins/hardened-desktop/_index.md) for your organization.
|
||||
|
||||
There are multiple ways you can enforce sign-in, depending on your companies' set up and preferences:
|
||||
- [Registry key method (Windows only)](methods.md#registry-key-method-windows-only){{< badge color=blue text="New" >}}
|
||||
- [`.plist` method (Mac only)](methods.md#plist-method-mac-only){{< badge color=blue text="New" >}}
|
||||
- [Registry key method (Windows only)](methods.md#registry-key-method-windows-only){{< badge color=green text="New" >}}
|
||||
- [`.plist` method (Mac only)](methods.md#plist-method-mac-only){{< badge color=green text="New" >}}
|
||||
- [`registry.json` method (All)](methods.md#registryjson-method-all)
|
||||
|
||||
## How is sign-in enforced?
|
||||
|
|
|
@ -1185,7 +1185,7 @@ Manuals:
|
|||
title: Understand permission requirements for Mac
|
||||
- path: /desktop/install/windows-install/
|
||||
title: Windows
|
||||
- sectiontitle: Use the MSI installer {{< badge color=blue text="New" >}}
|
||||
- sectiontitle: Use the MSI installer {{< badge color=green text="New" >}}
|
||||
section:
|
||||
- path: /desktop/install/msi/
|
||||
title: Overview
|
||||
|
@ -1442,7 +1442,7 @@ Manuals:
|
|||
- path: /scout/explore/image-details-view/
|
||||
title: Image details view
|
||||
- path: /scout/explore/exceptions/
|
||||
title: Exceptions {{< badge color=violet text=New >}}
|
||||
title: Exceptions {{< badge color=green text=New >}}
|
||||
- path: /scout/explore/metrics-exporter/
|
||||
title: Metrics exporter
|
||||
- sectiontitle: How-tos
|
||||
|
@ -1903,7 +1903,7 @@ Manuals:
|
|||
- path: /build/building/base-images/
|
||||
title: Base images
|
||||
- path: /build/checks/
|
||||
title: Build checks {{< badge color=violet text=New >}}
|
||||
title: Build checks {{< badge color=green text=New >}}
|
||||
- sectiontitle: Builders
|
||||
section:
|
||||
- path: /build/builders/
|
||||
|
|
Loading…
Reference in New Issue