Skip to content

Commit eebbd26

Browse files
authored
Update dropdown items in docusaurus.config.ts (#394)
1 parent 321d319 commit eebbd26

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,12 @@ const config: Config = {
186186
position: 'left',
187187
items: [
188188
{
189-
label: 'RAG Bot (AI Workshop 2024)',
190-
href: 'https://oceanbase.github.io/ai-workshop-2024',
189+
label: 'ChatBot',
190+
href: 'https://github.com/ob-labs/ChatBot/',
191+
},
192+
{
193+
label: 'Image Search',
194+
href: 'https://github.com/ob-labs/image-search',
191195
},
192196
{
193197
label: 'DB-GPT',

0 commit comments

Comments
 (0)