📝 Docs: 更新到 nonepress 3.8.0 (#4126)

This commit is contained in:
StarHeart
2026-08-01 16:57:44 +08:00
committed by GitHub
parent b38b1e5261
commit 1b88a6e77d
198 changed files with 2042 additions and 1641 deletions
+2 -3
View File
@@ -249,10 +249,9 @@ export default async function createConfigAsync() {
presets: [
[
"@nullbot/docusaurus-preset-nonepress",
/** @type {import('@nullbot/docusaurus-preset-nonepress').Options} */
{
docs: {
sidebarPath: require.resolve("./sidebars.js"),
sidebarPath: require.resolve("./sidebars.ts"),
// Please change this to your repo.
editUrl: "https://github.com/nonebot/nonebot2/edit/master/website/",
showLastUpdateAuthor: true,
@@ -293,7 +292,7 @@ export default async function createConfigAsync() {
gtag: {
trackingID: "G-MRS1GMZG0F",
},
},
} satisfies Preset.Options,
],
],