We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c17686 commit 0e865bfCopy full SHA for 0e865bf
website/src/pages/docs/development/document/README.md
@@ -42,12 +42,14 @@
42
43
通过 unpkg 预览文档网站:https://unpkg.com/@uiw/react-native-doc/doc/index.html
44
45
-这是 v2.0.0+ 版本预览方法
+这是 v3.0.0+ 版本预览方法
46
47
```shell
48
https://unpkg.com/@uiw/react-native-doc@<包版本>/web/index.html
49
```
50
51
+[`v2.0.0+ 文档网站`](https://unpkg.com/@uiw/react-native-doc@2.1.0/doc/build/index.html)
52
+
53
> ⚠️ 注意:为了保持包版本同步,我们通过 [`lerna`](http://npmjs.com/lerna)<!--rehype:target="__blank"--> 工具同时更改所有包的版本,确保组件包和文档包的版本是一致的。
54
> 在项目根目录运行 `npm run version` 命令,即可更改所有包的版本。
55
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
0 commit comments