From 93f04df7ca21f18e8667d536813d750792747546 Mon Sep 17 00:00:00 2001 From: yingxuelin Date: Mon, 25 Nov 2024 11:42:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E8=88=AA=E6=A0=8FAPI=E6=94=B9?= =?UTF-8?q?=E4=B8=BAServerless=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index dbd9482..bd49ec9 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -68,7 +68,7 @@ const config: Config = { }, items: [ { - label: 'API', + label: 'Serverless API', to: 'https://ai.gitee.com/serverless-api', target: '_self', }, -- Gitee