diff --git a/_data/toc.yaml b/_data/toc.yaml index 3b29e9e293..a0f1287d2d 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1512,7 +1512,7 @@ manuals: - title: Specifying a routing mode path: /ee/ucp/interlock/usage/interlock-vip-mode/ - title: Using routing labels - path: /ee/ucp/interlock/usage/labels-reference.md/ + path: /ee/ucp/interlock/usage/labels-reference/ - title: Implementing redirects path: /ee/ucp/interlock/usage/redirects/ - title: Implementing a service cluster @@ -4041,6 +4041,8 @@ manuals: title: Trust Chain - path: /docker-hub/publish/byol/ title: Bring Your Own License (BYOL) + - path: /docker-hub/deactivate-account/ + title: Deactivate an account or an organization - sectiontitle: Open-source projects section: - sectiontitle: Docker Notary diff --git a/_includes/cli.md b/_includes/cli.md index d817dc48c7..358442337c 100644 --- a/_includes/cli.md +++ b/_includes/cli.md @@ -45,13 +45,13 @@ your client and daemon API versions. {% if site.data[include.datafolder][include.datafile].experimentalcli %} -> This command is experimental. +> This command is experimental on the Docker client. +> +> **It should not be used in production environments.** > -> This command is experimental on the Docker client. It should not be used in -> production environments. > To enable experimental features in the Docker CLI, edit the > [config.json](/engine/reference/commandline/cli.md#configuration-files) -> and set `experimental` to `enabled`. You can go [here](https://github.com/docker/docker.github.io/blob/master/_includes/experimental.md) +> and set `experimental` to `enabled`. You can go [here](https://docs.docker.com/engine/reference/commandline/cli/#experimental-features) > for more information. {: .important } diff --git a/_includes/global-header.html b/_includes/global-header.html index b6aaf94384..5907915958 100644 --- a/_includes/global-header.html +++ b/_includes/global-header.html @@ -9,29 +9,27 @@