7c50a1b091be4bbe98c4b8c3385ea28ff7995925
All checks were successful
CI/CD Pipeline for mengning.com.cn / build (push) Successful in 3m9s
## Summary Update DevStar MCP Server documentation based on devstar-vscode PR #6, which implements automatic MCP Server configuration for different IDE environments. ## Changes ### VS Code Copilot Configuration - **Runtime**: Local machine (outside container) - **Config Paths**: - macOS: `~/Library/Application Support/Code/User/mcp.json` - Windows: `%APPDATA%/Code/User/mcp.json` - **Format**: Uses `servers` key ### Trae IDE Configuration - **Runtime**: Inside container - **Config Path**: `/root/.trae-server/data/Machine/mcp.json` - **Format**: Uses `mcpServers` key ### Documentation Reorganization - Removed Continue documentation - Added Cursor and Windsurf placeholder sections (configuration paths to be confirmed) - Focused "Supported Clients" section on AI IDEs only - Removed DevStar VS Code Plugin from supported clients (not an AI IDE) - Updated troubleshooting section with correct paths ## Notes - Cursor and Windsurf configuration paths are marked as TODO pending confirmation - Kept DevStar VS Code Plugin references in configuration instructions for automatic setup ## References - Related PR: devstar/devstar-vscode#6 Reviewed-on: #14 Co-authored-by: Br1an67 <932039080@qq.com> Co-committed-by: Br1an67 <932039080@qq.com>
梦宁软件官网及DevStar文档
配置开发环境
npm install
npm add -D vitepress
如何启动调试项目
npm run dev
如何打包项目
npm run build
如何预览打包的项目
npm run preview
如何添加或修改侧边栏
在docs/.vitepress/config.mts中的sidebar进行修改,对于不同路径下的侧边栏,分别使用不同函数得到,text为侧边栏的描述内容,link为点击侧边栏后加载的内容的链接,如果有子目录,在items进行修改
link链接的内容既可以是网页链接,也可以是本地文档
如何自定义网站样式
在docs/.vitepress/theme/style.css中自定义网站样式
如何添加或修改导航栏
在docs/.vitepress/config.mts中的nav进行修改
Description
Languages
TypeScript
38.1%
Vue
37.3%
CSS
20.4%
Dockerfile
3.1%
JavaScript
1.1%