diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index 2863221eb..ad3693fde 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -15,3 +15,7 @@
{{app}}
{% endblock %}
+
+{% block announce %}
+ANTA code has moved to a new house in aristanetworks organization and so has the documentation. Please update your bookmark to use anta.arista.com
+{% endblock %}
diff --git a/docs/stylesheets/extra.material.css b/docs/stylesheets/extra.material.css
index ad58c04d9..1724da961 100644
--- a/docs/stylesheets/extra.material.css
+++ b/docs/stylesheets/extra.material.css
@@ -61,6 +61,12 @@
--md-code-border-color: #aec6db4f;
}
+.md-banner {
+ background-color: #f5c842;
+ color: #000000;
+
+}
+
@media only screen and (min-width: 76.25em) {
.md-main__inner, .md-header__inner {
max-width: 85%;