👍 文档

This commit is contained in:
2023-07-18 16:16:46 +08:00
parent 543e5b7042
commit 94ed77e744
+7 -2
View File
@@ -12,12 +12,17 @@ title: 帮助
git clone https://git.lotus-wallet.com/Loki/zsw-docs.git
```
- npm i
- npm start
- 编写过程支持热更新
- npm start,本地调试,编写过程支持热更新
- 发布前用serve命令确认文档可以在线上正常构建
```
npm run serve -- --build --port 3000 --host 0.0.0.0
```
- 图片请放在文档目录下对应的images目录,并维护好目录顺序
- 请尽量注意格式 使用英文翻译命名
- 文档长期更新 共同参与
### 官方帮助文档
[标签集合](https://docusaurus.io/zh-CN/docs/api/plugins/@docusaurus/plugin-content-docs#sidebar_label)