# help-docs **Repository Path**: block-lang/help-docs ## Basic Information - **Project Name**: help-docs - **Description**: 项目描述31用户手册 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-17 - **Last Updated**: 2025-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # project31 使用 [Markdown](https://spec.commonmark.org/0.31.2/) 编写用户手册。 ## 编写文档 使用 [vitepress](https://vitepress.dev/) 编写文档。 ```sh # 安装依赖 npm install # 边写边看 npm run docs:dev # 构建 npm run docs:build ```