diff --git a/_config.yml b/_config.yml index 3dddb3f807..3ba03a02ae 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_config_authoring.yml b/_config_authoring.yml index b0149a2345..61a97e6137 100644 --- a/_config_authoring.yml +++ b/_config_authoring.yml @@ -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 diff --git a/_includes/body.html b/_includes/body.html index bf98dd34eb..fe5d520850 100644 --- a/_includes/body.html +++ b/_includes/body.html @@ -18,7 +18,6 @@
{{ site.data.advisories.texts[page.advisory] | markdownify }}
{% 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 }} {% unless page.notags == true %} diff --git a/_includes/enterprise_moved.html b/_includes/enterprise_moved.html deleted file mode 100644 index 5a0c67f4d4..0000000000 --- a/_includes/enterprise_moved.html +++ /dev/null @@ -1,6 +0,0 @@ -
- -

This topic applies to Docker Enterprise.

- -

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 Docker Enterprise Customer FAQ.

-