mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
635 B
31 lines
635 B
---
|
|
layout: home
|
|
title: Team & Sponsors in Home Layout (no markdown styles)
|
|
markdownStyles: false
|
|
|
|
hero:
|
|
name: Team & Sponsors
|
|
text: Home layout without markdown styles
|
|
tagline: Reference rendering of the components
|
|
actions:
|
|
- theme: brand
|
|
text: Doc Layout
|
|
link: ./doc
|
|
image:
|
|
src: /vitepress.png
|
|
alt: VitePress
|
|
|
|
features:
|
|
- icon: 📝
|
|
title: Feature A
|
|
details: Some details about feature A.
|
|
- icon: ⚡
|
|
title: Feature B
|
|
details: Some details about feature B.
|
|
- icon: 🚀
|
|
title: Feature C
|
|
details: Some details about feature C.
|
|
---
|
|
|
|
<!--@include: ./parts/home-body.md-->
|