docs: add version history tables to config files#6359
Merged
chenjiahan merged 2 commits intomainfrom Oct 15, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds version history tables to configuration documentation files to clearly show when each configuration option was introduced or modified. This improves documentation by providing historical context for configuration options.
Key changes:
- Removes inline version information from configuration metadata sections
- Adds dedicated "Version history" sections with tabular format at the end of files
- Standardizes version history presentation across English and Chinese documentation
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/zh/config/server/print-urls.mdx | Adds Chinese version history table for print-urls config |
| website/docs/zh/config/output/module.mdx | Moves version info from inline to dedicated Chinese version history table |
| website/docs/zh/config/html/tags.mdx | Moves version info from inline to dedicated Chinese version history table |
| website/docs/zh/config/dev/lazy-compilation.mdx | Updates Chinese version history table terminology |
| website/docs/zh/config/dev/browser-logs.mdx | Adds Chinese version history table for browser-logs config |
| website/docs/en/config/server/print-urls.mdx | Adds English version history table for print-urls config |
| website/docs/en/config/output/module.mdx | Moves version info from inline to dedicated English version history table |
| website/docs/en/config/html/tags.mdx | Moves version info from inline to dedicated English version history table |
| website/docs/en/config/dev/lazy-compilation.mdx | Updates English version history table terminology |
| website/docs/en/config/dev/browser-logs.mdx | Moves version info from inline to dedicated English version history table |
Comments suppressed due to low confidence (1)
website/docs/en/config/dev/browser-logs.mdx:1
- The version history shows v1.5.13, but the removed inline version information shows 'Added in v1.5.13'. This creates an inconsistency where the browser-logs.mdx file shows v1.5.13 while browser-logs.mdx in the Chinese version shows v1.3.0 for the same configuration option.
# dev.browserLogs
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
Add version history tables to documentation to clearly show when each configuration option was introduced or modified.
Checklist