You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`subscription`| Notes the subscription required to use the feature | All, Personal, Pro, Team, Business |
19
+
|`availability`| Notes what product development stage the feature is in | Experimental, Beta, Early access, GA, Retired |
20
+
|`requires`| Notes what minimum version is required for the feature | No specific value, use a string to describe the version and link to relevant release notes |
21
+
|`for`| Notes if the feature is intended for IT Administrators | Administrators |
22
+
23
+
Then, add the `summary-bar` shortcode on the page you want to add the summary bar to. Note, the feature name is case sensitive. The icons that appear in the summary bar are automatically rendered.
17
24
18
25
## Examples
19
26
20
-
{{< introduced buildx 0.16.0 >}}
27
+
{{< summary-bar feature_name="PKG installer" >}}
21
28
22
29
> [!NOTE]
23
30
>
@@ -54,18 +61,10 @@ is displayed in the callout.
54
61
55
62
For both of the following callouts, consult [the Docker release lifecycle](/release-lifecycle) for more information on when to use them.
56
63
57
-
{{% experimental title="Beta feature" %}}
58
-
The Builds view is currently in Beta. This feature may change or be removed from future releases.
59
-
{{% /experimental %}}
60
-
61
-
{{% restricted %}}
62
-
Docker Scout is an [early access](/release-lifecycle/#early-access-ea) product.
When enabled, Compose displays a navigation menu where you can choose to open the Compose stack in Docker Desktop, switch on [`watch` mode](../file-watch.md), or use [Docker Debug](/reference/cli/docker/debug.md).
178
178
@@ -183,7 +183,7 @@ When enabled, Compose displays a navigation menu where you can choose to open th
This is an opt-out variable. When turned off it deactivates the experimental features such as the navigation menu or [Synchronized file shares](/manuals/desktop/features/synchronized-file-sharing.md).
The Docker Desktop CLI lets you perform key operations such as starting, stopping, restarting, and checking the status of Docker Desktop directly from the command line. It is available with Docker Desktop version 4.37 and later.
16
+
The Docker Desktop CLI lets you perform key operations such as starting, stopping, restarting, and checking the status of Docker Desktop directly from the command line.
0 commit comments