zsw-docs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
771 B

2 years ago
---
sidebar_position: 1
sidebar_label: 帮助首页
title: 帮助
---
## 开始
- 使用git克隆检出
```
git clone https://git.lotus-wallet.com/Loki/zsw-docs.git
```
- npm i
2 years ago
- npm start,本地调试,编写过程支持热更新
- 发布前用serve命令确认文档可以在线上正常构建
```
npm run serve -- --build --port 3000 --host 0.0.0.0
```
2 years ago
- 图片请放在文档目录下对应的images目录,并维护好目录顺序
- 请尽量注意格式 使用英文翻译命名
2 years ago
- 使用问题:小璇兰东 格式及规范:黄婷
2 years ago
- 文档长期更新 共同参与
2 years ago
2 years ago
### 官方帮助文档
[标签集合](https://docusaurus.io/zh-CN/docs/api/plugins/@docusaurus/plugin-content-docs#sidebar_label)
[github](https://github.com/facebook/docusaurus.git)