From a44e7c67e23b9af416df4a2a6e295cce08153eb7 Mon Sep 17 00:00:00 2001 From: Longda <374091+longdafeng@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:31:44 +0800 Subject: [PATCH] fix #229, remove duplicate menu button (#230) --- docusaurus.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 0eb3fcaf..0933b44f 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -211,13 +211,9 @@ const config: Config = { position: 'left', items: [ { - label: 'Devhub', + label: 'AI Workshops', href: 'https://oceanbase-devhub.github.io', }, - { - type: "html", - value: '
AI Workshops
' - }, { label: 'RAG Bot', href: 'https://oceanbase-devhub.github.io/ai-workshop-2024',