From 14ca2181d40272d8dc8ef9d828862673ab4777d3 Mon Sep 17 00:00:00 2001 From: yuyi Date: Thu, 12 Dec 2024 10:32:00 +0800 Subject: [PATCH] feat(data+ai): added the entrance to oceanbase devhub --- docusaurus.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index d190e39af..a646d4cb8 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -207,6 +207,10 @@ const config: Config = { position: 'left', href: "https://en.oceanbase.com/softwarecenter" }, + { + label: "Data + AI", + href: "https://oceanbase-devhub.github.io" + }, { href: 'https://github.com/oceanbase', label: 'GitHub',