diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 5b76cbb1ec3..c30ca39f5b7 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -122,7 +122,9 @@ const config = {
({
announcementBar: {
content:
- 'A newer LangChain version is out! Check out the latest version.',
+ 'This is documentation for LangChain v0.1, which is no longer actively maintained. Check out the docs for the latest version here.',
+ backgroundColor: "#FF0000",
+ textColor: "#FFFFFF",
isCloseable: false,
},
docs: {
diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css
index eebc9228d72..263153a4df5 100644
--- a/docs/src/css/custom.css
+++ b/docs/src/css/custom.css
@@ -244,26 +244,7 @@ nav, h1, h2, h3, h4 {
no-repeat;
}
-div[class^='announcementBar_'] {
- font-size: 20px;
-
- /*
- --site-announcement-bar-stripe-color1: hsl(
- var(--site-primary-hue-saturation) 85%
- );
- --site-announcement-bar-stripe-color2: hsl(
- var(--site-primary-hue-saturation) 95%
- );
- */
- --site-announcement-bar-stripe-color1: rgb(197,186,254);
- --site-announcement-bar-stripe-color2: rgb(255,246,224);
-
- background: repeating-linear-gradient(
- -35deg,
- var(--site-announcement-bar-stripe-color1),
- var(--site-announcement-bar-stripe-color1) 20px,
- var(--site-announcement-bar-stripe-color2) 10px,
- var(--site-announcement-bar-stripe-color2) 40px
- );
- font-weight: bold;
+div[class^=announcementBar_] {
+ height: 72px !important;
+ font-size: 20px !important;
}