📝 Docs: 修复 changelog 链接 (#3098)

Co-authored-by: StarHeartHunt <starheart233@gmail.com>
This commit is contained in:
Ju4tCode
2024-11-01 12:17:23 +08:00
committed by GitHub
parent 5e86d53e0b
commit 3d8731f41d
2 changed files with 223 additions and 77 deletions

View File

@ -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" },
],
},
@ -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/" },
],
},
{