Skip to content

Commit 09bf904

Browse files
authored
fix(navbar): adjusted the navbar item for data + ai (#211)
1 parent 1250fd8 commit 09bf904

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

docusaurus.config.ts

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,36 @@ const config: Config = {
203203
// to: "/docs/sig/obdiag/intro"
204204
},
205205
{
206-
label: 'Downloads',
206+
label: 'Data + AI',
207+
type: 'dropdown',
207208
position: 'left',
208-
href: "https://en.oceanbase.com/softwarecenter"
209+
items: [
210+
{
211+
label: 'Devhub',
212+
href: 'https://oceanbase-devhub.github.io',
213+
},
214+
{
215+
type: "html",
216+
value: '<div style="padding: 0.25rem 0.5rem; font-size: 14px; color: #4e7ff1;">AI Workshops</div>'
217+
},
218+
{
219+
label: 'RAG Bot',
220+
href: 'https://oceanbase-devhub.github.io/ai-workshop-2024',
221+
},
222+
{
223+
label: 'Dify (MySQL Compatible)',
224+
href: 'https://oceanbase-devhub.github.io/dify/dify@oceanbase-workshop',
225+
},
226+
{
227+
label: 'DB-GPT',
228+
href: 'https://oceanbase-devhub.github.io/DB-GPT/docker/compose_examples/ob_dbgpt_tutorial',
229+
},
230+
],
209231
},
210232
{
211-
label: "Data + AI",
212-
href: "https://oceanbase-devhub.github.io"
233+
label: 'Downloads',
234+
position: 'left',
235+
href: "https://en.oceanbase.com/softwarecenter"
213236
},
214237
{
215238
href: 'https://github.com/oceanbase',

0 commit comments

Comments
 (0)