Skip to content

Commit f292e0d

Browse files
committed
docs: tweak homepage action buttons
1 parent e5abca0 commit f292e0d

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

docs/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
home: true
33
title: Home
44
heroImage: /hero.png
5-
actionText: Get Started →
6-
actionLink: /guide/getting-started.html
5+
actions:
6+
- text: Get Started
7+
link: /guide/getting-started.html
8+
type: primary
9+
- text: Introduction
10+
link: /guide/
11+
type: secondary
712
features:
813
- title: Simplicity First
914
details: Minimal setup with markdown-centered project structure helps you focus on writing.

docs/zh/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
home: true
33
title: 首页
44
heroImage: /hero.png
5-
actionText: 快速上手 →
6-
actionLink: /zh/guide/getting-started.html
5+
actions:
6+
- text: 快速上手
7+
link: /zh/guide/getting-started.html
8+
type: primary
9+
- text: 项目简介
10+
link: /guide/
11+
type: secondary
712
features:
813
- title: 简洁至上
914
details: 以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作。

0 commit comments

Comments
 (0)