Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ A growing set of integrations already build on Vite DevTools Kit:

## Installation

Vite DevTools is in early preview. Build from source, or install the preview release with the following steps.

Install or upgrade Vite to version 8:

<!-- eslint-skip -->
Expand Down
3 changes: 0 additions & 3 deletions docs/kit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ outline: deep

# DevTools Kit

> [!WARNING] Experimental
> The API is still in development and may change in any release. Pin the package version and let your users know they're on an experimental surface.

DevTools Kit is the integration hub for Vite DevTools. It owns the dock, the command palette, terminal aggregation, cross-tool toasts, and the `Plugin.devtools.setup` hook that any Vite plugin can implement to surface a UI inside DevTools.

For a fresh Vite-specific integration, reach for `Plugin.devtools.setup` directly — that's where docks, terminals, the palette, and custom renderers live. Kit is built on [Devframe](https://devfra.me/guide/), the framework-neutral foundation; tools that already have a portable Devframe definition drop into the hub via `createPluginFromDevframe`, and standalone single-tool deployments can build on Devframe directly.
Expand Down
Loading