From 2e95b26be2bf36987072d0c777184412d979dbd7 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Tue, 9 Sep 2025 15:58:00 -0400 Subject: [PATCH 1/3] docs: update banner --- docs/overrides/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 10c8c83f7..1762b9bfe 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -176,7 +176,7 @@ } .md-banner { - background-color: #CFC9FA; + background-color: #CC5500; color: #000000; } @@ -226,5 +226,5 @@ {% endblock %} {% block announce %} -Our new LangChain Academy Course Deep Research with LangGraph is now live! Enroll for free. +These LangGraph docs will be deprecated with the release of LangGraph v1.0 in October 2025. Visit the v1.0 alpha docs {% endblock %} From f358ad474aaabe2274a29d00344ea2ce6e4b1ce8 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Tue, 9 Sep 2025 16:05:28 -0400 Subject: [PATCH 2/3] wording --- docs/overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 1762b9bfe..d75d92cda 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -226,5 +226,5 @@ {% endblock %} {% block announce %} -These LangGraph docs will be deprecated with the release of LangGraph v1.0 in October 2025. Visit the v1.0 alpha docs +These LangGraph docs will be deprecated and removed with the release of LangGraph v1.0 in October 2025. Visit the v1.0 alpha docs {% endblock %} From 0b2297c9f53dbfb7e5475e7d938477c43ec474b0 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Tue, 9 Sep 2025 16:13:41 -0400 Subject: [PATCH 3/3] make concise --- docs/overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index d75d92cda..44dd503e6 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -226,5 +226,5 @@ {% endblock %} {% block announce %} -These LangGraph docs will be deprecated and removed with the release of LangGraph v1.0 in October 2025. Visit the v1.0 alpha docs +These docs will be deprecated and removed with the release of LangGraph v1.0 in October 2025. Visit the v1.0 alpha docs {% endblock %}