Skip to content

Commit e080f18

Browse files
authored
docs: make banner color less aggressive (#8902)
2 parents 7f5b98e + 7d03526 commit e080f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core_docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const config = {
148148
announcementBar: {
149149
content:
150150
"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",
151+
backgroundColor: "FFAE42",
152152
},
153153
prism: {
154154
theme: {

0 commit comments

Comments
 (0)