⬆️ Docs: 更新 docusaurus 3.10 (#4121)

This commit is contained in:
StarHeart
2026-07-18 16:10:51 +08:00
committed by GitHub
parent 05f8b84cd1
commit 226782b422
16 changed files with 15857 additions and 12201 deletions
+4 -2
View File
@@ -201,7 +201,6 @@ export default async function createConfigAsync() {
projectName: "nonebot2", // Usually your repo name.
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
@@ -299,7 +298,7 @@ export default async function createConfigAsync() {
],
future: {
experimental_faster: true,
faster: true,
v4: true,
},
@@ -322,6 +321,9 @@ sidebar_custom_props:
mdx1Compat: {
headingIds: true,
},
hooks: {
onBrokenMarkdownLinks: "warn",
},
},
themeConfig,