From ca0d77b05485518511a64f4551dc9e95a7311109 Mon Sep 17 00:00:00 2001 From: Geoffrey Cline Date: Mon, 21 Oct 2024 13:24:29 -0500 Subject: [PATCH 1/2] update banner --- content/index.md | 9 +++++++++ overrides/main.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/content/index.md b/content/index.md index 04f1acda6..81f9196eb 100644 --- a/content/index.md +++ b/content/index.md @@ -1,3 +1,12 @@ +!!! info "We've Moved to the AWS Docs! 🚀" + This content has been updated and relocated to improve your experience. + Please visit our new site for the latest version: + [AWS EKS Best Practices Guide](https://docs.aws.amazon.com/eks/latest/best-practices/) on the AWS Docs + + Bookmarks and links will continue to work, but we recommend updating them for faster access in the future. + +--- + # Introduction Welcome to the EKS Best Practices Guides. The primary goal of this project is to offer a set of best practices for day 2 operations for Amazon EKS. We elected to publish this guidance to GitHub so we could iterate quickly, provide timely and effective recommendations for variety of concerns, and easily incorporate suggestions from the broader community. diff --git a/overrides/main.html b/overrides/main.html index 83d205d08..7b3b48f34 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,5 +1,5 @@ {% extends "base.html" %} {% block announce %} -

Hi everyone! EKS Best Practices Guide has moved to AWS Documentation. This GitHub Pages site is deprecated.

+

The EKS Best Practices Guide has moved to the AWS Documentation. This page is archived.

{% endblock %} From 7b7eb61d4163a1ef759c45577cb0839be4ce4beb Mon Sep 17 00:00:00 2001 From: Geoffrey Cline Date: Mon, 21 Oct 2024 14:50:56 -0500 Subject: [PATCH 2/2] update banner --- overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/main.html b/overrides/main.html index 7b3b48f34..4ed44d834 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,5 +1,5 @@ {% extends "base.html" %} {% block announce %} -

The EKS Best Practices Guide has moved to the AWS Documentation. This page is archived.

+

The EKS Best Practices Guide has moved to the AWS Documentation. Check there for the latest updates.

{% endblock %}