docs(kit): add client script & client context page#390
Merged
Conversation
commit: |
antfu
approved these changes
Jul 2, 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.
Description
Adds a new DevTools Kit doc page — Client Script & Client Context (
/kit/client-context) — introducing the two client-side foundations of embedded mode:@vitejs/devtools/client/inject): what it does when it runs in the host page (RPC connect, build context, publish global, mount the dock), how injection works viatransformIndexHtmlandvirtual:vite-devtools-injection, and when it applies (dev serve, non-SSR, top-level windows only).DevToolsClientContext): a property overview (rpc,clientType,docks,panel,commands,when), access viagetDevToolsClientContext(), theDockClientScriptContextextras for dock scripts, and how iframe panels connect instead.import '@vitejs/devtools/client/inject'escape hatch, the double-mount caveat, and a dev-only import guard.Also registers the page in the VitePress sidebar and the DevTools Kit nav dropdown, after "Dock System".
Verified with a full
pnpm build+vitepress build.Linked Issues
Additional context
Created with the help of an agent.