Banner for interrupt (#29567)

Adding banner for interrupt
This commit is contained in:
Tanushree 2025-02-03 17:40:24 -08:00 committed by GitHub
parent ab67137fa3
commit e8b91283ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,6 +137,11 @@ const config = {
disableSwitch: false,
respectPrefersColorScheme: true,
},
announcementBar: {
content:
'<strong>Join us at <a href="https://interrupt.langchain.com/" target="_blank" rel="noopener noreferrer"> Interrupt: The Agent AI Conference by LangChain</a> on May 13 & 14 in San Francisco!</strong>',
backgroundColor: '#d0c9fe'
},
prism: {
theme: {
...baseLightCodeBlockTheme,