Skip to content

Commit 5ba48a1

Browse files
authored
doc: Update README.md
1 parent b3b53dc commit 5ba48a1

File tree

1 file changed

+3
-5
lines changed
  • website/src/pages/docs/development/document

1 file changed

+3
-5
lines changed

website/src/pages/docs/development/document/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,9 @@ yarn run build # 编译包
6868
实时监听包和文档网站本地预览
6969

7070
```bash
71-
# Step 1️⃣ 编译输出 JS 文件
71+
# Step 1️⃣ 编译输出 JS/d.ts 文件
7272
yarn run lib:watch
73-
# Step 2️⃣ 输出类型文件 d.ts
74-
yarn run lib:watch:type
75-
# Step 3️⃣ 本地运行预览文档网站
73+
# Step 2️⃣ 本地运行预览文档网站
7674
yarn run start
7775
```
7876

@@ -173,4 +171,4 @@ export default class Page extends Markdown {
173171
可直接点击文档网站底部的 `在 GitHub 上编辑此页`<!--rehype:style=color: #1e1cf0; background: #e3e3ff;--> 按钮。
174172

175173
⇣⇣⇣⇣⇣⇣看见没有,点击下面按钮⇣⇣⇣⇣⇣⇣
176-
<!--rehype:style=background-color: #a0ffb3; padding: 12px 16px; display: inline-block;-->
174+
<!--rehype:style=background-color: #a0ffb3; padding: 12px 16px; display: inline-block;-->

0 commit comments

Comments
 (0)