From f666bb5537bf64e7044848ef0b8ab490eecc6f44 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 9 Dec 2024 21:48:54 +0100 Subject: [PATCH] chore: wip --- docs/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index fca9838..54b983c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,27 +3,27 @@ layout: home hero: - name: "rpx" + name: "localtunnels" text: "For a better local environment." - tagline: "Modern and smart reverse proxy." + tagline: "Easily expose your local server to the world." actions: - theme: brand text: Documentation link: /intro - theme: alt text: View on GitHub - link: https://github.com/stacksjs/rpx + link: https://github.com/stacksjs/localtunnels features: - - title: "Smart Reverse Proxy" - icon: "🔀" - details: "Pretty development URLs for your local environment." + - title: "Smart Local Tunnel" + icon: "🚇" + details: "Automatically detects your local server and exposes it to the world." - title: "HTTPS Support" icon: "🔒" details: "Automatic, and configurable, HTTPS support." - - title: "`/etc/hosts` Management" - icon: "📝" - details: "Self-cleans your `/etc/hosts` file." + - title: "Custom Subdomains" + icon: "🌐" + details: "Use custom subdomains for your tunnels." - title: "CLI & Library" icon: "🛠" details: "Use the CLI or the library in your own project."