Skip to content

Commit 0e865bf

Browse files
authored
doc: Update README.md
1 parent 2c17686 commit 0e865bf

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@
4242

4343
通过 unpkg 预览文档网站:https://unpkg.com/@uiw/react-native-doc/doc/index.html
4444

45-
这是 v2.0.0+ 版本预览方法
45+
这是 v3.0.0+ 版本预览方法
4646

4747
```shell
4848
https://unpkg.com/@uiw/react-native-doc@<包版本>/web/index.html
4949
```
5050

51+
[`v2.0.0+ 文档网站`](https://unpkg.com/@uiw/react-native-doc@2.1.0/doc/build/index.html)
52+
5153
> ⚠️ 注意:为了保持包版本同步,我们通过 [`lerna`](http://npmjs.com/lerna)<!--rehype:target="__blank"--> 工具同时更改所有包的版本,确保组件包和文档包的版本是一致的。
5254
> 在项目根目录运行 `npm run version` 命令,即可更改所有包的版本。
5355
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->

0 commit comments

Comments
 (0)