Skip to content

Commit 235392e

Browse files
authored
Fix telescope heading in docs (#867)
* docs: fix telescope heading in index pages * Update docs and translate --------- Co-authored-by: huangdijia <8337659+huangdijia@users.noreply.github.com>
1 parent d480928 commit 235392e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

en/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: home
55
hero:
66
name: "Hyperf Fans"
77
text: "The Most Popular Hyperf Components"
8-
tagline: "Make Hyperf as Simple and Powerful as Laravel 🚀"
8+
tagline: "Making Hyperf as Simple and Powerful as Laravel "
99
actions:
1010
- theme: brand
1111
text: Components
@@ -19,7 +19,7 @@ features:
1919
details: This is the Hyperf SDK for Sentry.
2020
link: /en/components/sentry/
2121
- title: Telescope
22-
details: Telescope is an elegant debugging assistant for the Hyperf framework.
22+
details: Telescope is an elegant debug assistant for the Hyperf framework.
2323
link: /en/components/telescope/
2424
- title: Tinker
2525
details: Tinker is a powerful REPL for the Hyperf framework.
@@ -31,18 +31,18 @@ features:
3131
details: Encryption provides a simple and convenient way to encrypt and decrypt data.
3232
link: /en/components/encryption/
3333
- title: Cache
34-
details: Cache provides an expressive and unified caching API.
34+
details: Cache offers an expressive and unified caching API.
3535
link: /en/components/cache/
3636
- title: HttpClient
3737
details: HttpClient provides a simple and convenient HTTP client.
3838
link: /en/components/http-client/
3939
- title: Validated DTO
40-
details: Validated DTO provides a simple and convenient way to validate data.
40+
details: Validated DTO offers a simple and convenient way to validate data.
4141
link: /en/components/validated-dto/
4242
- title: Lock
4343
details: Lock provides a simple and convenient distributed locking mechanism.
4444
link: /en/components/lock/
4545
- title: More
46-
details: More components
46+
details: More components...
4747
link: /en/components/
4848
---

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ features:
1818
- title: Sentry
1919
details: 这是 Sentry 的 Hyperf SDK。
2020
link: /zh-cn/components/sentry/
21-
- title: Telecope
21+
- title: Telescope
2222
details: Telescope 是 Hyperf 框架的优雅调试助手。
2323
link: /zh-cn/components/telescope/
2424
- title: Tinker

zh-cn/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ features:
1818
- title: Sentry
1919
details: 这是 Sentry 的 Hyperf SDK。
2020
link: /zh-cn/components/sentry/
21-
- title: Telecope
21+
- title: Telescope
2222
details: Telescope 是 Hyperf 框架的优雅调试助手。
2323
link: /zh-cn/components/telescope/
2424
- title: Tinker

zh-hk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ features:
1818
- title: Sentry
1919
details: 這是 Sentry 的 Hyperf SDK。
2020
link: /zh-hk/components/sentry/
21-
- title: Telecope
21+
- title: Telescope
2222
details: Telescope 是 Hyperf 框架的優雅調試助手。
2323
link: /zh-hk/components/telescope/
2424
- title: Tinker

zh-tw/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ features:
1818
- title: Sentry
1919
details: 這是 Sentry 的 Hyperf SDK。
2020
link: /zh-tw/components/sentry/
21-
- title: Telecope
21+
- title: Telescope
2222
details: Telescope 是 Hyperf 框架的優雅除錯助手。
2323
link: /zh-tw/components/telescope/
2424
- title: Tinker

0 commit comments

Comments
 (0)