# knowledge **Repository Path**: cnyunze/knowledge ## Basic Information - **Project Name**: knowledge - **Description**: 知识库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-10 - **Last Updated**: 2024-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **全局安装**`docsify-cli` ```shell npm i docsify-cli -g ``` **初始化** ```shell docsify init ./docs ``` **写作内容** - `index.html`作为入口文件 - `README.md`作为主页 - `.nojekyll`防止 GitHub 页面忽略以下划线开头的文件 **预览网站** ```shell docsify serve docs ``` 访问地址:http://localhost:3000