1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

feat: 文档底部添加 Edit Link

This commit is contained in:
2025-03-13 20:24:10 +08:00
parent 25add572e2
commit ab5078094f

View File

@@ -22,7 +22,7 @@ export default defineConfig({
],
},
title: "就这么弄",
title: "就这么弄 (🚧 施工中)",
description: "简单步骤与实用技巧",
base: '/tutorials/',
@@ -43,6 +43,10 @@ export default defineConfig({
sidebar: sidebar,
editLink: {
pattern: 'https://github.com/coder-xiaomo/tutorials/edit/main/docs/:path'
},
socialLinks: [
// { icon: 'github', link: 'https://github.com/vuejs/vitepress' }
{