feat(cleanup): Remove obsolete vitepress-docs and web-docs files

- Deleted various files and directories from vitepress-docs and web-docs, including configuration files, cache dependencies, and documentation files, to streamline the project structure.
- This cleanup aims to enhance maintainability and reduce clutter by removing unused or outdated components.
This commit is contained in:
Ho Ngoc Hai
2026-01-12 12:49:51 +07:00
parent 2e61c45620
commit ea461e0c05
244 changed files with 10 additions and 5253 deletions

View File

@@ -1,17 +0,0 @@
{
"name": "@goodgo/vitepress-docs",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"devDependencies": {
"mermaid": "^11.12.2",
"vitepress": "^1.6.3",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.13"
}
}

View File

@@ -1,5 +0,0 @@
{
"setup-worktree": [
"npm install"
]
}

View File

@@ -1,17 +0,0 @@
# Cursor Rules Configuration
## Model Preference
- Sử dụng model có khả năng reasoning tốt nhất cho các tác vụ phức tạp
- Ưu tiên model có khả năng deep thinking và problem solving
- Luôn sử dụng best model available cho code analysis và debugging
## Coding Standards
- Luôn suy nghĩ từng bước trước khi code
- Mô tả kế hoạch chi tiết trước khi implement
- Kiểm tra lint sau mỗi lần chỉnh sửa code
- Luôn output bằng tiếng Việt
## Best Practices
- Áp dụng Cursor Rules và đọc Cursor Rules trước khi làm việc
- Sử dụng Expert Coding approach
- Think carefully before answering

View File

@@ -1,41 +0,0 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts

Some files were not shown because too many files have changed in this diff Show More