Skip to content

Commit

Permalink
refactor(home): refactor index.md hero settings
Browse files Browse the repository at this point in the history
Related Issues: DevCloudFE#1879
  • Loading branch information
fu050409 committed Jun 21, 2024
1 parent ab4cd16 commit 0741ac6
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions packages/devui-vue/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
---
home: true
heroImage: /assets/devui-design.svg
heroText: Vue DevUI
tagline: 一个基于 DevUI Design 的 Vue3 组件库
actionText: 快速开始
actionLink: /quick-start/
altActionText: Github
altActionLink: https://github.com/DevCloudFE/vue-devui
footer: MIT Licensed | Copyright © 2021-present DevUI
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home

hero:
name: 'Vue DevUI'
text: '基于 DevUI Design 的 Vue3 组件库'
tagline: My great project tagline
actions:
- theme: brand
text: 快速开始
link: /quick-start
- theme: alt
text: Github
link: https://github.com/DevCloudFE/vue-devui

features:
- title: Feature A
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature B
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature C
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
---

0 comments on commit 0741ac6

Please sign in to comment.