From a3700c5aa81fa9f975ba5281182d451a653638ba Mon Sep 17 00:00:00 2001 From: linyingxue Date: Thu, 13 Mar 2025 18:59:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E6=A1=A3=E4=B8=93=E5=8C=BA?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=B7=BB=E5=8A=A0=E6=98=87=E8=85=BE=E8=AE=A1?= =?UTF-8?q?=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 8f2825a..200b638 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -139,6 +139,16 @@ const config: Config = { { label: '专区', items: [ + { + label: '昇腾计算', + to: 'https://ai.gitee.com/topics/ascend', + target: '_self', + }, + { + label: '昇腾 AI 开发板', + to: 'https://ai.gitee.com/topics/ascend-edge', + target: '_self', + }, { label: '天数智芯', to: 'https://ai.gitee.com/topics/iluvatar', -- Gitee