docs: add client.overlay configuration details#6804
Conversation
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR enhances the documentation for the dev.client.overlay configuration option by adding explicit type and default value information, making the documentation more consistent with other configuration options in the same file.
Key changes:
- Added type (
boolean) and default value (true) documentation for theoverlayoption - Applied changes to both English and Chinese documentation files
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/docs/en/config/dev/client.mdx | Added type and default value documentation for overlay option in English |
| website/docs/zh/config/dev/client.mdx | Added type and default value documentation for overlay option in Chinese |
The documentation changes look good. The added type and default value information is consistent with the formatting used for other configuration options (like logLevel and reconnect) in the same files. Both English and Chinese versions are properly updated with matching information. No issues were identified.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Summary
Updates the documentation for the
dev.client.overlayconfiguration option, adds the type and default value for this option to make the documentation more completeChecklist