Skip to content

Commit 494a4b0

Browse files
committed
revert(home): use old version of home index.md
1 parent 88f6e3f commit 494a4b0

File tree

1 file changed

+9
-22
lines changed

1 file changed

+9
-22
lines changed

packages/devui-vue/docs/index.md

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
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
2+
layout: Home
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
2411
---

0 commit comments

Comments
 (0)