From 2b374b98d281521707f1b79e87daf8b931dedd46 Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Mon, 5 Feb 2024 23:36:13 -0600 Subject: [PATCH] docs: Remove "coming soon" from automated publishing feature --- README.md | 7 ++----- docs/index.md | 16 ++++++++-------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e8dfb8f3..f255575c 100644 --- a/README.md +++ b/README.md @@ -55,14 +55,11 @@ Or see the [installation guide](https://wxt.dev/guide/installation.html) to get - 📂 File based entrypoints - 🚔 TypeScript - 🦾 Auto-imports -- ⬇️ Download and bundle remote URL imports +- 🤖 Automated publishing - 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc - 🖍️ Quickly bootstrap a new project - 📏 Bundle analysis - -### Coming Soon - -- 🤖 Automated publishing +- ⬇️ Download and bundle remote URL imports ## Contributors diff --git a/docs/index.md b/docs/index.md index 740c0205..8d264666 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,11 +47,9 @@ features: details: Nuxt-like auto-imports to speed up development. link: /guide/auto-imports linkText: Read docs - - icon: ⬇️ - title: Bundle Remote Code - details: Downloads and bundles remote code imported from URLs. - link: /guide/remote-code - linkText: Read docs + - icon: 🤖 + title: Automated Publishing + details: Automatically zip, upload, submit, and publish extensions. - icon: 🎨 title: Frontend Framework Agnostic details: Works with any front-end framework with a Vite plugin. @@ -65,9 +63,11 @@ features: - icon: 📏 title: Bundle Analysis details: Tools for analyizing the final extension bundle and minimizing your extension's size. - - icon: 🤖 - title: Automated Publishing - details: 'Coming soon. Automatically zip, upload, and release extensions.' + - icon: ⬇️ + title: Bundle Remote Code + details: Downloads and bundles remote code imported from URLs. + link: /guide/remote-code + linkText: Read docs ---