From 678083a73e51959ddf7b4d16ea6a1c993a6232d7 Mon Sep 17 00:00:00 2001 From: Quan <787025321@qq.com> Date: Thu, 19 Sep 2024 11:23:25 +0800 Subject: [PATCH] chore: remove download --- docusaurus.config.ts | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 778b3b2325..e04e165bed 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -254,11 +254,11 @@ const config: Config = { position: "right", }, // { to: '/blog', label: 'Blog', position: 'left' }, // or position: 'right' - { - to: "/download", - label: "Downloads", - position: "right", - }, + // { + // to: "/download", + // label: "Downloads", + // position: "right", + // }, ], }, footer: { @@ -282,6 +282,10 @@ const config: Config = { label: "Changelog", to: "/release-notes", }, + { + label: "Downloads", + to: `${homeLink}/download`, + }, { label: "Developer", to: "/developer",