From c62a2af13a104dd4b7f867da150d032373ffc519 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 9 Dec 2024 11:33:15 +0100 Subject: [PATCH] chore: adjust docs --- docs/index.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index 1f6c833..3ed2642 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ layout: home hero: name: "vite-plugin-local" text: "A better developer environment." - tagline: My great project tagline + tagline: "A smart reverse proxy for local development, with HTTPS support & other goodies." actions: - theme: brand text: Markdown Examples @@ -15,10 +15,12 @@ hero: link: /api-examples 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 + - title: Pretty development URLs + details: "No more `localhost:5173`, instead get `my-app.local`." + - title: Smart HTTPS management + details: "Manages HTTPS certificates for you in zero-config & zero-setup way." + - title: Automatically cleans URLs + details: "No more `.html` extensions, just clean URLs." + - title: Lightweight & Configurable + details: "Just a few lines of code to get started, with a lot of options to customize." ---