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.
vitepress/docs/en/index.md

37 lines
1.2 KiB

---
description: VitePress is a Vite & Vue powered static site generator that lets you create beautiful documentation sites from Markdown.
layout: home
hero:
name: VitePress
text: Vite & Vue Powered Static Site Generator
tagline: Markdown to beautiful docs in minutes
actions:
- theme: brand
text: What is VitePress?
link: ./guide/what-is-vitepress
- theme: alt
text: Quickstart
link: ./guide/getting-started
- theme: alt
text: GitHub
link: https://github.com/vuejs/vitepress
image:
src: /vitepress-logo-large.svg
alt: VitePress
features:
- icon: <span class="memo"></span>
title: Focus on your content
details: Effortlessly create beautiful documentation sites with just markdown.
- icon: <span class="vite"></span>
title: Enjoy the Vite DX
details: Instant server start, lightning fast hot updates, and leverage Vite ecosystem plugins.
- icon: <span class="vue"></span>
title: Customize with Vue
details: Use Vue syntax and components directly in markdown, or build custom themes with Vue.
- icon: <span class="rocket"></span>
title: Ship fast sites
details: Fast initial load with static HTML, fast post-load navigation with client-side routing.
---