升级风格

This commit is contained in:
teasiu
2026-04-12 22:31:15 +08:00
parent a6c0bb929f
commit 83cb701d50

View File

@@ -39,19 +39,13 @@ const config = {
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: ({ docPath }) => {
return `https://holocron.so/github/pr/teasiu/doc/main/editor/docs/${docPath}`
editUrl: 'https://github.com/teasiu/doc/edit/main/',
},
},
blog: {
showReadingTime: true,
onUntruncatedBlogPosts: 'ignore',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: ({ docPath }) => {
return `https://holocron.so/github/pr/teasiu/doc/main/editor/blog/${docPath}`
editUrl: 'https://github.com/teasiu/doc/edit/main/',
},
},
theme: {