diff --git a/_config.yml b/_config.yml index 6cb473e6b2..79d1896745 100644 --- a/_config.yml +++ b/_config.yml @@ -46,6 +46,13 @@ dtr_versions: - version: "2.0" path: /datacenter/dtr/2.0/ +tablabels: + ucp-3.0: Universal Control Plane 3.0 + ucp-2.2: Universal Control Plane 2.2 + docker-cli-linux: Docker CLI on Mac/Linux + docker-cli-win: Docker CLI on Windows + kubectl: Kubernetes CLI + collections: samples: output: true diff --git a/_layouts/docs.html b/_layouts/docs.html index dbac246981..e422fc27d2 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -118,7 +118,53 @@
{{ site.data.advisories.texts[page.advisory] | markdownify }}{% endif %}{% endif %} {% unless page.tree == false %}{% include read_time.html %}{% endunless %} {% if page.enterprise %}{% include ee_dropdown.html %}{% endif %} + {% if page.ui_tabs or page.cli_tabs %} + {{ page.description | markdownify }} + + {% if page.ui_tabs %} + +
++ + +These instructions require Docker Enterprise
+The UI instructions shown here are for the dashboard provided with + Docker Enterprise Standard + or higher.
+