From 2515febf9c1e00930bffcd9746584354605d021f Mon Sep 17 00:00:00 2001 From: Jim Galasyn Date: Tue, 9 Jan 2018 13:18:43 -0800 Subject: [PATCH] Port misc DTR topics to template (#405) --- datacenter/dtr/2.5/guides/index.md | 14 ++++++++++---- datacenter/dtr/2.5/guides/release-notes.md | 16 ++++++++++++++++ datacenter/dtr/2.5/guides/support.md | 7 +++++++ 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/datacenter/dtr/2.5/guides/index.md b/datacenter/dtr/2.5/guides/index.md index 72cafa9fce..cd6adee7dd 100644 --- a/datacenter/dtr/2.5/guides/index.md +++ b/datacenter/dtr/2.5/guides/index.md @@ -6,7 +6,16 @@ redirect_from: - /docker-hub-enterprise/ - /docker-trusted-registry/overview/ - /docker-trusted-registry/ +ui_tabs: +- version: dtr-2.5 + orlower: true +next_steps: +- path: architecture/ + title: DTR architecture +- path: admin/install/ + title: Install DTR --- +{% if include.version=="dtr-2.5" %} Docker Trusted Registry (DTR) is the enterprise-grade image storage solution from Docker. You install it behind your firewall so that you can securely store @@ -65,7 +74,4 @@ built in so that you can use and verify images. For more information about managing Notary data in DTR see the [DTR-specific notary documentation](user/manage-images/manage-trusted-repositories.md). -## Where to go next - -* [DTR architecture](architecture.md) -* [Install DTR](admin/install/index.md) +{% endif %} diff --git a/datacenter/dtr/2.5/guides/release-notes.md b/datacenter/dtr/2.5/guides/release-notes.md index b97b297d31..113e6a1d78 100644 --- a/datacenter/dtr/2.5/guides/release-notes.md +++ b/datacenter/dtr/2.5/guides/release-notes.md @@ -3,10 +3,26 @@ title: DTR 2.5 release notes description: Learn about the new features, bug fixes, and breaking changes for Docker Trusted Registry keywords: docker trusted registry, whats new, release notes toc_max: 2 +ui_tabs: +- version: dtr-2.5 + orhigher: false +- version: dtr-2.4 + orlower: true --- +{% if include.version=="dtr-2.5" %} Here you can learn about new features, bug fixes, breaking changes, and known issues for each DTR version. You can then use [the upgrade instructions](admin/upgrade.md), to upgrade your installation to the latest release. + +{% elsif include.version=="dtr-2.4" %} + +- [DTR 2.4 release notes](/datacenter/dtr/2.4/guides/release-notes.md) +- [DTR 2.3 release notes](/datacenter/dtr/2.3/guides/release-notes.md) +- [DTR 2.2 release notes](/datacenter/dtr/2.2/guides/release-notes/index.md) +- [DTR 2.1 release notes](/datacenter/dtr/2.1/guides/release-notes.md) +- [DTR 2.0 release notes](/datacenter/dtr/2.0/release-notes/index.md) + +{% endif %} diff --git a/datacenter/dtr/2.5/guides/support.md b/datacenter/dtr/2.5/guides/support.md index 8f520e77fd..6788335926 100644 --- a/datacenter/dtr/2.5/guides/support.md +++ b/datacenter/dtr/2.5/guides/support.md @@ -3,8 +3,13 @@ title: Get support for DTR description: Your Docker subscription gives you access to prioritized support. You can file tickets via email, your the support portal. keywords: support, help +ui_tabs: +- version: dtr-2.5 + orlower: true --- +{% if include.version=="dtr-2.5" %} + Your Docker Data Center, or Docker Trusted Registry subscription gives you access to prioritized support. The service levels depend on your subscription. @@ -14,3 +19,5 @@ If you need help, you can file a ticket via: * [Docker support page](https://support.docker.com/) Be sure to use your company email when filing tickets. + +{% endif %}