diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index fc00559683ac9..4681168cef0f8 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -137,6 +137,11 @@ const config = { disableSwitch: false, respectPrefersColorScheme: true, }, + announcementBar: { + content: + 'Join us at Interrupt: The Agent AI Conference by LangChain on May 13 & 14 in San Francisco!', + backgroundColor: '#d0c9fe' + }, prism: { theme: { ...baseLightCodeBlockTheme,