Skip to content

Commit 0741ac6

Browse files
committedJun 21, 2024
refactor(home): refactor index.md hero settings
Related Issues: DevCloudFE#1879
1 parent ab4cd16 commit 0741ac6

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed
 

‎packages/devui-vue/docs/index.md

+23-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
---
2-
home: true
3-
heroImage: /assets/devui-design.svg
4-
heroText: Vue DevUI
5-
tagline: 一个基于 DevUI Design 的 Vue3 组件库
6-
actionText: 快速开始
7-
actionLink: /quick-start/
8-
altActionText: Github
9-
altActionLink: https://github.com/DevCloudFE/vue-devui
10-
footer: MIT Licensed | Copyright © 2021-present DevUI
11-
---
2+
# https://vitepress.dev/reference/default-theme-home-page
3+
layout: home
4+
5+
hero:
6+
name: 'Vue DevUI'
7+
text: '基于 DevUI Design 的 Vue3 组件库'
8+
tagline: My great project tagline
9+
actions:
10+
- theme: brand
11+
text: 快速开始
12+
link: /quick-start
13+
- theme: alt
14+
text: Github
15+
link: https://github.com/DevCloudFE/vue-devui
16+
17+
features:
18+
- title: Feature A
19+
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
20+
- title: Feature B
21+
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
22+
- title: Feature C
23+
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
24+
---

0 commit comments

Comments
 (0)