1
0
mirror of https://gitee.com/tawords/tawords-docs synced 2025-09-12 13:11:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

BTaDC Document

This commit is contained in:
2021-08-07 00:54:13 +08:00
commit cddd5eaacf
113 changed files with 5755 additions and 0 deletions

20
docsify.md Normal file
View File

@@ -0,0 +1,20 @@
## docsify
> 官方网站https://docsify.js.org/#/zh-cn/quickstart
### 全局安装 `docsify-cli` 工具
可以方便地创建及在本地预览生成的文档。
```bash
npm i docsify-cli -g
```
### 本地预览
通过运行 `docsify serve` 启动一个本地服务器,可以方便地实时预览效果。默认访问地址 [http://localhost:3000](http://localhost:3000/) 。
```bash
docsify serve docs
```