Skip to content

Commit

Permalink
chore: remove download
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasen-Zhang committed Sep 19, 2024
1 parent 21cf9a9 commit 678083a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -282,6 +282,10 @@ const config: Config = {
label: "Changelog",
to: "/release-notes",
},
{
label: "Downloads",
to: `${homeLink}/download`,
},
{
label: "Developer",
to: "/developer",
Expand Down

0 comments on commit 678083a

Please sign in to comment.