diff --git a/_includes/cli.md b/_includes/cli.md index c345dea800..b2519e161e 100644 --- a/_includes/cli.md +++ b/_includes/cli.md @@ -8,9 +8,9 @@ {% if controller_data.min_api_version %} -API {{ controller_data.min_api_version }}+ +API {{ controller_data.min_api_version }}+ The client and daemon API must both be at least -{{ controller_data.min_api_version }} +{{ controller_data.min_api_version }} to use this command. Use the `docker version` command on the client to check your client and daemon API versions. @@ -18,7 +18,7 @@ your client and daemon API versions. {% if controller_data.deprecated %} -> This command is [deprecated](/engine/deprecated/){: target="_blank" class="_"}. +> This command is [deprecated](/engine/deprecated/){: target="_blank" rel="noopener" class="_"}. > > It may be removed in a future Docker version. {: .warning } @@ -29,7 +29,7 @@ your client and daemon API versions. > This command is only available on Docker Enterprise Edition. > -> Learn more about [Docker Enterprise products](/ee/supported-platforms/){: target="_blank" class="_"}. +> Learn more about [Docker Enterprise products](/ee/supported-platforms/){: target="_blank" rel="noopener" class="_"}. {: .important } {% endif %} @@ -115,10 +115,10 @@ For example uses of this command, refer to the [examples section](#examples) bel
{% for option in alloptions %} - {% capture deprecated-badge %}{% if option.deprecated %}deprecated{% endif %}{% endcapture %} - {% capture experimental-daemon-badge %}{% if option.experimental %}experimental (daemon){% endif %}{% endcapture %} - {% capture experimental-cli-badge %}{% if option.experimentalcli %}experimental (CLI){% endif %}{% endcapture %} - {% capture min-api %}{% if option.min_api_version %}API {{ option.min_api_version }}+{% endif %}{%endcapture%} + {% capture deprecated-badge %}{% if option.deprecated %}deprecated{% endif %}{% endcapture %} + {% capture experimental-daemon-badge %}{% if option.experimental %}experimental (daemon){% endif %}{% endcapture %} + {% capture experimental-cli-badge %}{% if option.experimentalcli %}experimental (CLI){% endif %}{% endcapture %} + {% capture min-api %}{% if option.min_api_version %}API {{ option.min_api_version }}+{% endif %}{%endcapture%} {% capture flag-orchestrator %}{% if option.swarm %}Swarm{% endif %}{% if option.kubernetes %}Kubernetes{% endif %}{% endcapture %} {% capture all-badges %}{{ deprecated-badge }}{{ experimental-daemon-badge }}{{ experimental-cli-badge }}{{ min-api }}{{ flag-orchestrator }}{% endcapture %} {% assign defaults-to-skip = "[],map[],false,0,0s,default,'',\"\"" | split: ',' %} diff --git a/_includes/footer.html b/_includes/footer.html index 6ccf02c7c7..757726b997 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -47,9 +47,9 @@