From b5569dedcf90b785b876848f294d6a34dc8eb9de Mon Sep 17 00:00:00 2001 From: arlo Date: Fri, 13 Mar 2026 00:04:51 +0800 Subject: [PATCH] docs: clarify current support scope --- README.md | 3 --- docs/guide/index.md | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index cf804af4..3b1a38db 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ Vite DevTools is a set of tools for visualizing the internal state and build analysis for Vite and Rolldown. -> [!IMPORTANT] -> This project is still in development. Not yet usable. You may preview it by building this project from source. - - 📖 [Documentation](https://devtools.vite.dev) - 💡 [Contributing Guide](./CONTRIBUTING.md) diff --git a/docs/guide/index.md b/docs/guide/index.md index 9f372984..c4c37cf9 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -5,8 +5,7 @@ outline: deep # Getting Started > [!WARNING] -> Vite DevTools is still in development and not yet ready for production use. -> And currently Vite DevTools is designed only for Vite-Rolldown's build mode. +> Vite DevTools currently only supports Vite-Rolldown's build mode. > Dev mode and normal Vite are not supported yet. ## What is Vite DevTools?