Skip to content

Commit 9d95223

Browse files
authored
docs: update banner with docs deprecation notice (#8893)
1 parent 9e0d59c commit 9d95223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core_docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ const config = {
147147
},
148148
announcementBar: {
149149
content:
150-
'Our new LangChain Academy Course Deep Research with LangGraph is now live! <a href="https://academy.langchain.com/courses/deep-research-with-langgraph/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2025_deep-research-course_co" target="_blank">Enroll for free</a>.',
151-
backgroundColor: "#d0c9fe",
150+
"These docs will be deprecated and no longer maintained with the release of LangChain v1.0 in October 2025. <a href='https://docs.langchain.com/oss/javascript/langchain/overview' target='_blank'>Visit the v1.0 alpha docs</a>",
151+
backgroundColor: "#CC5500",
152152
},
153153
prism: {
154154
theme: {

0 commit comments

Comments
 (0)