fix(docs): Drop announcement bar (#26782)

This commit is contained in:
Brace Sproul 2024-09-23 11:03:59 -07:00 committed by GitHub
parent e1e4f88b3e
commit fb9ac8da2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,13 +124,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)",
},
docs: {
sidebar: {
hideable: true,