Skip to content

Commit 6981177

Browse files
committed
docs: update
1 parent a19d258 commit 6981177

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

README.en.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ English | [简体中文](./README.md)
1313

1414
| Version | Branch | Docs |
1515
| --- | --- | --- |
16-
| V2 | master | [Docs](https://github.com/ice-lab/icestore#documents)
16+
| V2 | master | [Docs](https://github.com/ice-lab/icestore#文档)
1717
| V1 | stable/1.x | [Docs](https://github.com/ice-lab/icestore/tree/stable/1.x#documents)
1818

1919
## Introduction
@@ -27,6 +27,13 @@ icestore is a simple and friendly state management library for React. It has the
2727

2828
See the [comparison table](docs/recipes.md#能力对比表) for more details.
2929

30+
## Documents
31+
32+
- [API](./docs/api.md)
33+
- [Recipes](./docs/recipes.md)
34+
- [Upgrade from V1](./docs/upgrade-guidelines.md)
35+
- [Q & A](./docs/qna.md)
36+
3037
## Examples
3138

3239
- [Counter](https://codesandbox.io/s/github/ice-lab/icestore/tree/master/examples/counter)
@@ -106,13 +113,6 @@ icestore requires React 16.8.0 or later.
106113
npm install @ice/store --save
107114
```
108115

109-
## Documents
110-
111-
- [API](./docs/api.md)
112-
- [Recipes](./docs/recipes.md)
113-
- [Upgrade from V1](./docs/upgrade-guidelines.md)
114-
- [Q & A](./docs/qna.md)
115-
116116
## Inspiration
117117

118118
icestore refines and builds upon the ideas of [rematch](https://github.com/rematch/rematch) & [constate](https://github.com/diegohaz/constate).

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
简体中文 | [English](./README.cn.md)
1+
简体中文 | [English](./README.en.md)
22

33
# icestore
44

@@ -13,10 +13,10 @@
1313

1414
| 版本 | 代码分支 | 文档 |
1515
| --- | --- | --- |
16-
| V2 | master | [Docs](https://github.com/ice-lab/icestore#documents)
16+
| V2 | master | [Docs](https://github.com/ice-lab/icestore#文档)
1717
| V1 | stable/1.x | [Docs](https://github.com/ice-lab/icestore/tree/stable/1.x#documents)
1818

19-
## 安装
19+
## 介绍
2020

2121
icestore 是面向 React 应用的、简单友好的状态管理方案。它包含以下核心特征:
2222

@@ -27,6 +27,13 @@ icestore 是面向 React 应用的、简单友好的状态管理方案。它包
2727

2828
查看[《能力对比表》](docs/recipes.md#Comparison)了解更多细节。
2929

30+
## 文档
31+
32+
- [API](./docs/api.md)
33+
- [更多技巧](./docs/recipes.md)
34+
- [从 V1 版本升级](./docs/upgrade-guidelines.md)
35+
- [常见问题](./docs/qna.md)
36+
3037
## 示例
3138

3239
- [Counter](https://codesandbox.io/s/github/ice-lab/icestore/tree/master/examples/counter)
@@ -101,13 +108,6 @@ ReactDOM.render(<App />, rootElement);
101108
$ npm install @ice/store --save
102109
```
103110

104-
## 文档
105-
106-
- [API](./docs/api.md)
107-
- [更多技巧](./docs/recipes.md)
108-
- [从 V1 版本升级](./docs/upgrade-guidelines.md)
109-
- [常见问题](./docs/qna.md)
110-
111111
## 灵感
112112

113113
创造 icestore 的灵感来自于 [rematch](https://github.com/rematch/rematch)[constate](https://github.com/diegohaz/constate)

0 commit comments

Comments
 (0)