From e1afc8fa9545b7345f31bdc4262bb82db91df0b8 Mon Sep 17 00:00:00 2001 From: itsWindows11 Date: Wed, 16 Aug 2023 16:55:02 +0300 Subject: [PATCH] feature(home): added feature groups & ability to set title --- docs/index.md | 37 ++++--- .../theme-default/components/VPFeatures.vue | 102 ++++++++++++------ 2 files changed, 96 insertions(+), 43 deletions(-) diff --git a/docs/index.md b/docs/index.md index 3f60c11d..37925c6a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,18 +20,31 @@ hero: alt: VitePress features: - - icon: 📝 - title: Focus on Your Content - details: Effortlessly create beautiful documentation sites with just markdown. - - icon: - title: Enjoy the Vite DX - details: Instant server start, lightning fast hot updates, and leverage Vite ecosystem plugins. - - icon: - title: Customize with Vue - details: Use Vue syntax and components directly in markdown, or build custom themes with Vue. - - icon: 🚀 - title: Ship Fast Sites - details: Fast initial load with static HTML, fast post-load navigation with client-side routing. + - title: Features + features: + - icon: 📝 + title: Focus on Your Content + details: Effortlessly create beautiful documentation sites with just markdown. + - icon: + title: Enjoy the Vite DX + details: Instant server start, lightning fast hot updates, and leverage Vite ecosystem plugins. + - icon: + title: Customize with Vue + details: Use Vue syntax and components directly in markdown, or build custom themes with Vue. + - icon: 🚀 + title: Ship Fast Sites + details: Fast initial load with static HTML, fast post-load navigation with client-side routing. + - title: Title + features: + - icon: 📝 + title: Test + details: Test + - icon: 📝 + title: Test + details: Test + - icon: 📝 + title: Test + details: Test ---