From 8c15907dc646aa019a8b2043aedd7eeaac9b8040 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Mon, 22 Jan 2018 15:17:12 -0800 Subject: [PATCH] Update support policy --- _data/toc.yaml | 6 ++---- ee/dtr/support.md | 23 ----------------------- ee/{ucp => }/get-support.md | 0 3 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 ee/dtr/support.md rename ee/{ucp => }/get-support.md (100%) diff --git a/_data/toc.yaml b/_data/toc.yaml index 6f8726348d..e8ad049dca 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1766,8 +1766,6 @@ manuals: nosync: true - path: /ee/ucp/release-notes/ title: Release notes - - path: /ee/ucp/get-support/ - title: Get support - sectiontitle: Previous versions section: - sectiontitle: Universal Control Plane 2.2 @@ -2442,8 +2440,6 @@ manuals: nosync: true - path: /ee/dtr/release-notes/ title: Release notes - - path: /ee/dtr/support/ - title: Get support - sectiontitle: Previous versions section: - sectiontitle: Docker Trusted Registry 2.4 @@ -3064,6 +3060,8 @@ manuals: title: API v1.3.3 - path: /datacenter/dtr/2.0/support/ title: Get support + - title: Get support + path: /ee/get-support/ - sectiontitle: Docker Cloud section: - sectiontitle: Migration diff --git a/ee/dtr/support.md b/ee/dtr/support.md deleted file mode 100644 index 6788335926..0000000000 --- a/ee/dtr/support.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -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. - -If you need help, you can file a ticket via: - -* [Email](mailto:support@docker.com) -* [Docker support page](https://support.docker.com/) - -Be sure to use your company email when filing tickets. - -{% endif %} diff --git a/ee/ucp/get-support.md b/ee/get-support.md similarity index 100% rename from ee/ucp/get-support.md rename to ee/get-support.md