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.
Title: Optimize Chinese translation in configuration documentation
Description:
This PR aims to improve the Chinese translation of the Blowfish theme documentation, specifically in the
docs/configuration
section.Changes made:
list.showTableOfContents
item in the Chinese translation.Motivation:
These changes are intended to enhance the quality of the Chinese documentation, making it more consistent and easier for Chinese-speaking users to understand and implement the Blowfish theme configuration.
Specific improvements:
list.showTableOfContents
explanation, ensuring the information is presented clearly and concisely.Testing:
I have tested these changes locally using the
npm run example
command to ensure that the documentation displays correctly and that no new issues were introduced.I'm open to any feedback or suggestions for further improvements. Thank you for reviewing this contribution!