docs(tailwindcss): mark designSystem as deprecated #4521
Merged
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
Ref: #4509
🤖 Generated by Copilot at d7e611d
This pull request updates the documentation and the code of Modern.js and Module Tools to reflect the changes in the Tailwind CSS integration and the removal of the
source.designSystem
anddesignSystem
options. It also deletes two unused files related to the theme configuration. It affects the./packages/document
and./packages/solutions
directories and their subdirectories. It includes both English and Chinese versions of the documentation.Details
🤖 Generated by Copilot at d7e611d
source.designSystem
option and replace it with thetheme
option of Tailwind CSS in the documentation and the code (link, link, link, link, link, link, link, link, link, link, link, link)packages/document/module-doc/docs/en/guide/advance/theme-config.mdx
andpackages/document/module-doc/docs/zh/guide/advance/theme-config.mdx
as they are no longer relevant (link, link)packages/document/module-doc/docs/en/api/config/build-config.mdx
andpackages/document/module-doc/docs/zh/api/config/build-config.mdx
by adding a space before thets
keyword (link, link)designSystem
property from theSetupFunction
interface in the template filepackages/generator/generators/doc-generator/templates/docs/zh/guide/install.mdx
(link)Related Issue
Checklist
pnpm run change
.