Skip to content

Commit

Permalink
fix(docs): Drop announcement bar (#6863)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Sep 23, 2024
1 parent 0709072 commit 8fe60ef
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/core_docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
content:
'Share your thoughts on AI agents. <a target="_blank" href="https://langchain.typeform.com/state-of-agents">Take the 3-min survey</a>.',
isCloseable: true,
backgroundColor: "rgba(53, 151, 147, 0.1)",
textColor: "rgb(53, 151, 147)",
},
prism: {
theme: {
...baseLightCodeBlockTheme,
Expand Down

0 comments on commit 8fe60ef

Please sign in to comment.