Skip to content

Commit 27853bf

Browse files
committed
website: update development document.
1 parent c059d5e commit 27853bf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
   ├── core # 📦 @uiw/react-native 组件源码
3131
   │   ├── lib # 🔄 剔除类型的源码输出目录
3232
   │   ├── src
33-
   │   │   ├── Avatar
33+
   │   │ ├── Avatar
3434
   │   │   ├── ....
3535
   │   │   └── index.tsx
3636
   │   └── tsconfig.json

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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;--> 中,根据路由地址建立。

0 commit comments

Comments
 (0)