11// @ts -ignore
2- import { defineConfig } from 'vitepress'
2+ import { defineConfig } from 'vitepress'
33import markdownItEmoji from 'markdown-it-emoji'
4+ import { withMermaid } from "vitepress-plugin-mermaid" ;
45import markdownItAnchor from 'markdown-it-anchor'
56import markdownItToc from 'markdown-it-toc-done-right'
67
7- export default defineConfig ( {
8+ export default withMermaid ( defineConfig ( {
89 lang : 'zh-CN' ,
910 title : 'Cursor Pool 文档' ,
10- description : 'Cursor Pool - 优化您的 Cursor 使用体验 ' ,
11+ description : 'Cursor Pool - 赋能下一代生产力 ' ,
1112
1213 vite : {
1314 resolve : {
@@ -25,6 +26,9 @@ export default defineConfig({
2526 } ,
2627 } ,
2728
29+ mermaid : {
30+ theme : 'default' ,
31+ } ,
2832 lastUpdated : true ,
2933 cleanUrls : true ,
3034
@@ -58,7 +62,7 @@ export default defineConfig({
5862 text : '入门指南' ,
5963 collapsed : false ,
6064 items : [
61- { text : '软件介绍 ' , link : '/guide/introduction' } ,
65+ { text : '基础概念 ' , link : '/guide/introduction' } ,
6266 {
6367 text : '安装教程' ,
6468 collapsed : true ,
@@ -77,18 +81,14 @@ export default defineConfig({
7781 text : 'Windows' ,
7882 collapsed : true ,
7983 items : [
80- { text : '激活问题' , link : '/troubleshooting/windows/activation' } ,
8184 { text : '注入问题' , link : '/troubleshooting/windows/injection' } ,
82- { text : '常见问题' , link : '/troubleshooting/windows/common-issues' } ,
8385 ]
8486 } ,
8587 {
8688 text : 'macOS' ,
8789 collapsed : true ,
8890 items : [
89- { text : '安装问题' , link : '/troubleshooting/macos/installation' } ,
90- { text : '安全性问题' , link : '/troubleshooting/macos/security' } ,
91- { text : '常见问题' , link : '/troubleshooting/macos/common-issues' } ,
91+ { text : '权限问题' , link : '/troubleshooting/macos/permissions' } ,
9292 ]
9393 }
9494 ]
@@ -109,11 +109,11 @@ export default defineConfig({
109109 }
110110 ] ,
111111 editLink : {
112- pattern : 'https://github.com/Sanyela/CursorPool_Clinet /edit/docs/docs/:path' ,
112+ pattern : 'https://github.com/Cloxl/CursorPool_Client /edit/docs/docs/:path' ,
113113 text : '在 GitHub 上编辑'
114114 } ,
115115 socialLinks : [
116- { icon : 'github' , link : 'https://github.com/Sanyela/CursorPool_Clinet ' }
116+ { icon : 'github' , link : 'https://github.com/Cloxl/CursorPool_Client ' }
117117 ] ,
118118 footer : {
119119 message : 'Released under the MIT License.' ,
@@ -149,8 +149,8 @@ export default defineConfig({
149149 }
150150 } ,
151151 sitemap : {
152- hostname : 'https://github.com/Sanyela/CursorPool_Clinet ' ,
152+ hostname : 'https://github.com/Cloxl/CursorPool_Client ' ,
153153 lastmodDateOnly : false
154154 }
155- } )
155+ } ) )
156156
0 commit comments