diff --git a/docusaurus.config.ts b/docusaurus.config.ts index a646d4cb8..106bc3543 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -203,13 +203,36 @@ const config: Config = { // to: "/docs/sig/obdiag/intro" }, { - label: 'Downloads', + label: 'Data + AI', + type: 'dropdown', position: 'left', - href: "https://en.oceanbase.com/softwarecenter" + items: [ + { + label: 'Devhub', + href: 'https://oceanbase-devhub.github.io', + }, + { + type: "html", + value: '
AI Workshops
' + }, + { + label: 'RAG Bot', + href: 'https://oceanbase-devhub.github.io/ai-workshop-2024', + }, + { + label: 'Dify (MySQL Compatible)', + href: 'https://oceanbase-devhub.github.io/dify/dify@oceanbase-workshop', + }, + { + label: 'DB-GPT', + href: 'https://oceanbase-devhub.github.io/DB-GPT/docker/compose_examples/ob_dbgpt_tutorial', + }, + ], }, { - label: "Data + AI", - href: "https://oceanbase-devhub.github.io" + label: 'Downloads', + position: 'left', + href: "https://en.oceanbase.com/softwarecenter" }, { href: 'https://github.com/oceanbase',