Skip to content

Commit a762e9c

Browse files
committed
feat: update the okrs about guide
1 parent 81f3b55 commit a762e9c

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* advanced types nullable; update union, assertion; others chores ([1b5936a](https://github.com/Rain120/typescript-guide/commit/1b5936aac1fe2c6363c90083231f66779b654a1e))
1919
* init typscript guide & add guide, introduction, base ([365b637](https://github.com/Rain120/typescript-guide/commit/365b637d872cc92c23a04c09788d50001ee46a73))
2020
* intersection & union types; utility version; typescripts reference ([06fc3de](https://github.com/Rain120/typescript-guide/commit/06fc3de9cd11890024e172ee69b480924ddad295))
21+
* keyword: is, keyof, in, typeof, instanceof; type guard; add vuepress plugin ([81f3b55](https://github.com/Rain120/typescript-guide/commit/81f3b5537f5aca20a4b10219d6cb216df2d51fea))
2122
* plop auto create docs model ([1f5a2f9](https://github.com/Rain120/typescript-guide/commit/1f5a2f94bbd7a430bbfbb48a09718b8ec9d14190))
2223
* plop new docs & update alias; update plop template; add docs catalog & folders ([dd5326a](https://github.com/Rain120/typescript-guide/commit/dd5326ac2934069c2cb10238c674e4dc86844274))
2324
* refactor types(intersection, union, guard) to advanced types ([bde41ab](https://github.com/Rain120/typescript-guide/commit/bde41ab8e61ae59f21c907c7a1a86e932ee71f31))

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Learning all about the base of Typescript, and practice it
4747

4848
- [x] [Union Types](./docs/zh/advanced-types/union-types/README.md)
4949

50-
- [ ] [Type Guard](./docs/zh/advanced-types/type-guard/README.md)
50+
- [x] [Type Guard](./docs/zh/advanced-types/type-guard/README.md)
5151

5252
- [x] [Nullable](./docs/zh/advanced-types/nullable/README.md)
5353

@@ -65,6 +65,18 @@ Learning all about the base of Typescript, and practice it
6565

6666
- [x] [Operator](./docs/zh/operator/README.md)
6767

68+
- [x] [Keyword](./docs/zh/keyword/README.md)
69+
70+
- [x] [is](./docs/zh/is/README.md)
71+
72+
- [x] [keyof](./docs/zh/keyof/README.md)
73+
74+
- [x] [in](./docs/zh/in/README.md)
75+
76+
- [x] [typeof](./docs/zh/typeof/README.md)
77+
78+
- [x] [instanceof](./docs/zh/instanceof/README.md)
79+
6880
- [x] [Utility Types](./docs/zh/utility-types/README.md)
6981

7082
- [ ] [Tips](./docs/zh/tips/README.md)

docs/zh/guide/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Learning all about the base of Typescript, and practice it
4848

4949
- [x] [Union Types](../advanced-types/union-types/README.md)
5050

51-
- [ ] [Type Guard](../advanced-types/type-guard/README.md)
51+
- [x] [Type Guard](../advanced-types/type-guard/README.md)
5252

5353
- [x] [Nullable](../advanced-types/nullable/README.md)
5454

@@ -66,6 +66,18 @@ Learning all about the base of Typescript, and practice it
6666

6767
- [x] [Operator](../operator/README.md)
6868

69+
- [x] [Keyword](../keyword/README.md)
70+
71+
- [x] [is](../keyword/is/README.md)
72+
73+
- [x] [keyof](../keyword/keyof/README.md)
74+
75+
- [x] [in](../keyword/in/README.md)
76+
77+
- [x] [typeof](../keyword/typeof/README.md)
78+
79+
- [x] [instanceof](../keyword/instanceof/README.md)
80+
6981
- [x] [Utility Types](./docs/zh/utility-types/README.md)
7082

7183
- [ ] [Tips](../tips/README.md)

0 commit comments

Comments
 (0)