Skip to content

Commit

Permalink
📝 Docs: 修复 changelog 链接 (#3098)
Browse files Browse the repository at this point in the history
Co-authored-by: StarHeartHunt <[email protected]>
  • Loading branch information
yanyongyu and StarHeartHunt authored Nov 1, 2024
1 parent 5e86d53 commit 3d8731f
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 77 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const navbar: Preset.ThemeConfig["navbar"] = {
{ label: "社区", type: "doc", docId: "community/contact" },
{ label: "开源之夏", type: "doc", docId: "ospp/2024" },
{ label: "商店", to: "/store/plugins" },
{ label: "更新日志", to: "/changelog" },
{ label: "更新日志", to: "/changelog/" },
{ label: "论坛", href: "https://discussions.nonebot.dev" },
],
},
Expand All @@ -93,7 +93,7 @@ const footer: Preset.ThemeConfig["footer"] = {
items: [
{ label: "Introduction", to: "/docs/" },
{ label: "QuickStart", to: "/docs/quick-start" },
{ label: "Changelog", to: "/changelog" },
{ label: "Changelog", to: "/changelog/" },
],
},
{
Expand Down
Loading

0 comments on commit 3d8731f

Please sign in to comment.