# unibest-docs **Repository Path**: gitmy/unibest-docs ## Basic Information - **Project Name**: unibest-docs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2025-10-08 - **Last Updated**: 2025-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![file structure & gitignore](./screenshots/gitignore.png) brew install tree 进入目录 tree -l 文件名 >README.md 意思是在 README.md 文件显示文件树 tree -l docs/.vitepress/theme >README.md ```txt docs/.vitepress/theme ├── index.ts └── style └── var.css ``` ## gitee git remote add gitee https://gitee.com/codercup/unibest-docs.git git push -u gitee "main" ## 提示 本地 `pnpm` 是 `7.30.0`, `deploy.yml` 里面的 `pnpm` 的 `version` 不能填 `8`, 要改为 `7`, 否则报错: ![pnpm-deploy](./screenshots/pnpm-deploy.png)