mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
docs: changed the name and title of the advanced TS guide (#3260)
* docs: changed name and title of the advanced TS guide * fix readme links --------- Co-authored-by: daishi <daishi@axlight.com>
This commit is contained in:
parent
d0c71ce15c
commit
77f5de91d6
@ -487,7 +487,7 @@ const useBearStore = create<BearState>()(
|
||||
)
|
||||
```
|
||||
|
||||
A more complete TypeScript guide is [here](docs/guides/typescript.md).
|
||||
A more detailed TypeScript guide is [here](docs/guides/beginner-typescript.md) and [there](docs/guides/advanced-typescript.md).
|
||||
|
||||
## Best practices
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: TypeScript Guide
|
||||
title: Advanced TypeScript Guide
|
||||
nav: 7
|
||||
---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user