mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-07-28 03:03:45 +00:00
⬆️ Docs: 更新 docusaurus 3.10 (#4121)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user