docs: announcement bar (#21511)

This commit is contained in:
Erick Friis
2024-05-10 10:10:52 -07:00
committed by GitHub
parent a71c4e22d1
commit cfd827b574
2 changed files with 7 additions and 8 deletions

View File

@@ -120,11 +120,10 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// TODO(erick): enable this when 0.2 docs are ready for banner
// announcementBar: {
// content: 'LangChain v0.2 is coming soon! Preview the new docs <a href="/v0.2/docs/introduction/">here</a>.',
// isCloseable: true,
// },
announcementBar: {
content: 'LangChain v0.2 is coming soon! Preview the new docs <a href="/v0.2/docs/introduction/">here</a>.',
isCloseable: true,
},
docs: {
sidebar: {
hideable: true,