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:
Yurii Bezhentsev 2025-10-30 23:52:41 -05:00 committed by GitHub
parent d0c71ce15c
commit 77f5de91d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
---
title: TypeScript Guide
title: Advanced TypeScript Guide
nav: 7
---