Remove "enterprise moved" include

All locations that included this file also have a redirect set, so the
include was never visible.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-10-08 17:48:46 +02:00
parent 7130372001
commit 9eb0b0c472
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
4 changed files with 4 additions and 15 deletions

View File

@ -91,18 +91,16 @@ defaults:
values:
edit_url: "https://github.com/mirantis/compliance/tree/master/docs/compliance"
# Hide Enterprise content from sitemap, and include banner in stubs that
# content has moved to mirantis
# Hide Enterprise content from sitemap. These directories still contains stubs
# that are needed to redirect old URLs
- scope:
path: "datacenter"
values:
enterprise: true
hide_from_sitemap: true
title: Docker Enterprise moved to Mirantis
- scope:
path: "ee"
values:
enterprise: true
hide_from_sitemap: true
title: Docker Enterprise moved to Mirantis

View File

@ -89,18 +89,16 @@ defaults:
values:
edit_url: "https://github.com/mirantis/compliance/tree/master/docs/compliance"
# Hide Enterprise content from sitemap, and include banner in stubs that
# content has moved to mirantis
# Hide Enterprise content from sitemap. These directories still contains stubs
# that are needed to redirect old URLs
- scope:
path: "datacenter"
values:
enterprise: true
hide_from_sitemap: true
title: Docker Enterprise moved to Mirantis
- scope:
path: "ee"
values:
enterprise: true
hide_from_sitemap: true
title: Docker Enterprise moved to Mirantis

View File

@ -18,7 +18,6 @@
<blockquote>{{ site.data.advisories.texts[page.advisory] | markdownify }}</blockquote>
{% endif %}
{% unless page.tree == false or page.skip_read_time == true %}{% include read_time.html %}{% endunless %}
{% if page.enterprise %}{% include enterprise_moved.html %}{% endif %}
{{ content }}
<!-- tags -->
{% unless page.notags == true %}

View File

@ -1,6 +0,0 @@
<blockquote>
<!-- This text will be included on all Docker pages that document Enterprise products, features, and technologies that are transitioning to Mirantis. -->
<p>This topic applies to Docker Enterprise.</p>
<p>The Docker Enterprise platform business, including products, customers, and employees, has been acquired by Mirantis, inc., effective 13-November-2019. For more information on the acquisition and how it may affect you and your business, refer to the <a href="https://www.docker.com/faq-for-docker-enterprise-customers-and-partners">Docker Enterprise Customer FAQ</a>.</p>
</blockquote>