From ed07a49dd27c4d305e834bac3804ba24e8ff6fd1 Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Sat, 27 Jul 2024 16:55:15 -0500 Subject: [PATCH] docs: Update README and homepage features with WXT modules --- README.md | 2 +- docs/index.md | 5 +++++ packages/wxt/README.md | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77bc57d7..5daaef45 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ Or see the [installation guide](https://wxt.dev/guide/installation.html) to get - 🦾 Auto-imports - 🤖 Automated publishing - 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc +- 📦 Modular architecture with [WXT modules](https://wxt.dev/guide/go-further/reusable-modules.html#overview) - 🖍️ Quickly bootstrap a new project - 📏 Bundle analysis - ⬇️ Download and bundle remote URL imports -- 📦 Modular architecture with [modules](https://wxt.dev/guide/go-further/reusable-modules.html#overview) ## Contributors diff --git a/docs/index.md b/docs/index.md index 663bd027..d0c15a8e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,6 +53,11 @@ features: details: Works with any front-end framework with a Vite plugin. link: /guide/key-concepts/frontend-frameworks linkText: Add a framework + - icon: 📦 + title: Modular Architecture + details: Reuse build-time and runtime-code across multiple extensions. + link: /guide/go-further/reusable-modules + linkText: Read docs - icon: 🖍️ title: Bootstrap a New Project details: Get started quickly with several awesome project templates. diff --git a/packages/wxt/README.md b/packages/wxt/README.md index c56e8248..a34a8f8e 100644 --- a/packages/wxt/README.md +++ b/packages/wxt/README.md @@ -59,6 +59,7 @@ Or see the [installation guide](https://wxt.dev/guide/installation.html) to get - 🦾 Auto-imports - 🤖 Automated publishing - 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc +- 📦 Modular architecture with [WXT modules](https://wxt.dev/guide/go-further/reusable-modules.html#overview) - 🖍️ Quickly bootstrap a new project - 📏 Bundle analysis - ⬇️ Download and bundle remote URL imports