File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
website/src/pages/docs/development Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3030 ├── core # 📦 @uiw/react-native 组件源码
3131 │ ├── lib # 🔄 剔除类型的源码输出目录
3232 │ ├── src
33- │ │ ├── Avatar
33+ │ │ ├── Avatar
3434 │ │ ├── ....
3535 │ │ └── index.tsx
3636 │ └── tsconfig.json
Original file line number Diff line number Diff line change @@ -54,6 +54,17 @@ https://unpkg.com/@uiw/react-native-doc@<包版本>/web/index.html
5454> 在项目根目录运行 ` npm run version ` 命令,即可更改所有包的版本。
5555 <!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
5656
57+ 文档还可以使用 [ ` Githack ` ] ( http://raw.githack.com ) 来访问历史的文档。
58+
59+ ``` bash
60+ # 最新文档
61+ https://raw.githack.com/uiwjs/react-native-uiw/gh-pages/index.html
62+ # v2.11.1 文档
63+ https://raw.githack.com/uiwjs/react-native-uiw/c08bdf4/index.html
64+ ```
65+
66+ Githack:[ ` v2.0.0+ 文档网站 ` ] ( https://raw.githack.com/uiwjs/react-native-uiw/c08bdf4/index.html )
67+
5768### ` 启动文档网站 & 预览文档 ` <!-- rehype:style=color: white; background: #1c7bd0;-->
5869
5970组件文档存放在组件 ` packages/core ` <!-- rehype:style=color: #039423; background: #e3efe7;--> 包目录中,其它文档放在文档源码目录 ` website/src/pages ` <!-- rehype:style=color: #039423; background: #e3efe7;--> 中,根据路由地址建立。
You can’t perform that action at this time.
0 commit comments