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