Closed GaoNeng-wWw closed 2 weeks ago
[!CAUTION]
Review failed
The pull request is closed.
The changes introduce a new menu item in the docMenusChildren
array of menus.js
for using the component in Rsbuild, along with a new section for '业务组件' (Business Components) in the cmpMenus
array. Additionally, two new documentation files, use-with-rsbuild-en.md
and use-with-rsbuild.md
, are created to provide comprehensive guides on using Rsbuild with TinyVue, detailing installation, configuration, and project setup.
File Path | Change Summary |
---|---|
examples/sites/demos/pc/menus.js | - Added new menu item for Rsbuild usage in docMenusChildren .- Conditionally added '业务组件' section in cmpMenus . |
examples/sites/demos/pc/webdoc/use-with-rsbuild-en.md | - Created a guide for using Rsbuild with TinyVue, covering installation and configuration. |
examples/sites/demos/pc/webdoc/use-with-rsbuild.md | - Created a similar guide for using Rsbuild with TinyVue, detailing project setup and usage. |
cmpMenus
array in menus.js
, adding a new section for '业务组件' (Business Components) based on similar conditions as the main PR, which also adds a new section for business components.menus.js
, aligning with the changes made in the main PR regarding the conditional addition of this section.cmpMenus
, which is directly related to the changes made in the main PR that adds a similar entry.🐰 In the garden where ideas bloom,
A menu grows, dispelling gloom.
With Rsbuild, we craft and play,
TinyVue shines, brightening the day!
New guides await, hop on and see,
A world of code, so wild and free! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
[e2e-test-warn] The component to be tested is missing.
The title of the Pull request should look like "fix(vue-renderless): [action-menu, alert] fix xxx bug".
Please make sure you've read our contributing guide
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
Documentation