docs: 更新仓库链接和文档内容

将 GitHub 仓库链接从 'anghunk/CWD' 统一更新为 'anghunk/cwd'
更新前端配置文档,增加 Vue 组件示例和其他框架说明
修改导航栏"部署文档"为"快速开始"
This commit is contained in:
anghunk
2026-01-21 16:15:47 +08:00
parent 164ef678ba
commit ce7c306acb
10 changed files with 67 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ export default defineConfig({
'link',
{
rel: 'icon',
href: 'https://github.com/anghunk/CWD/blob/main/icon.png?raw=true',
href: 'https://github.com/anghunk/cwd/blob/main/icon.png?raw=true',
},
],
],
@@ -24,10 +24,10 @@ export default defineConfig({
label: 'On this page',
},
editLink: {
pattern: 'https://github.com/anghunk/CWD/blob/main/docs/:path',
pattern: 'https://github.com/anghunk/cwd/blob/main/docs/:path',
text: '在 GitHub 上编辑此页面',
},
socialLinks: [{ icon: 'github', link: 'https://github.com/anghunk/CWD' }],
socialLinks: [{ icon: 'github', link: 'https://github.com/anghunk/cwd' }],
lastUpdated: true,
lastUpdatedText: '最后更新于',

View File

@@ -1,5 +1,5 @@
export default [
{ text: '首页', link: '/' },
{ text: '部署文档', link: '/guide/backend-config' },
{ text: '快速开始', link: '/guide/backend-config' },
{ text: 'API 文档', link: '/api/overview' },
];