docs: rebrand as devtools framework with dedicated Rolldown section#250
Merged
docs: rebrand as devtools framework with dedicated Rolldown section#250
Conversation
Rebrand Vite DevTools as an extensible framework for the Vite ecosystem rather than a single tool. This includes: - Update hero tagline and features on frontpage to emphasize framework nature - Expand "What is Vite DevTools?" to explain value proposition: shared infrastructure (dock, RPC, state), composability, and ecosystem integration - Add Ecosystem section highlighting tools built with Vite DevTools Kit: Nuxt DevTools v4, Oxc Inspector, UnoCSS Inspector, vite-plugin-vue-tracer - Move DevTools for Rolldown content to dedicated docs/rolldown/ folder with introduction and features pages - Fix Oxc Inspector URL (yuyinws not nicepkg) - Move Vite 8 warning from top-level guide to Rolldown section only (framework not version-limited) - Clarify naming: "Vite DevTools" (framework), "Vite DevTools Kit", "DevTools for Rolldown", "DevTools for Vite" (in dev) - Update sidebar navigation to reflect new structure Co-Authored-By: Claude Haiku 4.5 <[email protected]>
@vitejs/devtools
@vitejs/devtools-kit
@vitejs/devtools-rolldown
@vitejs/devtools-rpc
@vitejs/devtools-self-inspect
commit: |
- Group Rolldown link under "Builtin DevTools" dropdown in nav and footer - Capitalize hero text: "DevTools Framework for the Vite Ecosystem." - Move real-world examples from kit intro to dedicated examples page - Restructure examples page with "Demo Examples" and "Real-World Examples" sections Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
yyx990803
approved these changes
Mar 24, 2026
webfansplz
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rebrand Vite DevTools as an extensible framework for the Vite ecosystem. The framework provides shared infrastructure (dock system, type-safe RPC, state management) that enables multiple integrations to compose together with a unified, consistent experience.
Key changes:
docs/rolldown/folder with dedicated intro page🤖 Generated with Claude Code