Skip to content

Commit 1147644

Browse files
homepage: add Blog to hero actions (EN + zh-CN)
User feedback: blog link isn't visible above the fold. Adding it as a 3rd minimal CTA next to Install guide / GitHub gives a persistent entry point on both locales. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cb83fa1 commit 1147644

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/content/docs/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ hero:
1515
link: /install/
1616
icon: right-arrow
1717
variant: minimal
18+
- text: Blog
19+
link: /blog/
20+
icon: open-book
21+
variant: minimal
1822
- text: View on GitHub
1923
link: https://github.com/BrowyHQ
2024
icon: external

src/content/docs/zh-cn/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ hero:
1515
link: /zh-cn/install/
1616
icon: right-arrow
1717
variant: minimal
18+
- text: 博客
19+
link: /zh-cn/blog/
20+
icon: open-book
21+
variant: minimal
1822
- text: 在 GitHub 上查看
1923
link: https://github.com/BrowyHQ
2024
icon: external

0 commit comments

Comments
 (0)