Updated documentation with new wails template#3820
Conversation
WalkthroughThe pull request introduces a new template entry in the documentation for Wails, specifically within the community-supported templates section. It adds the Changes
Possibly related PRs
Poem
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (2)
website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/community/templates.mdx (1)
29-29: LGTM! Consider adding an English translation.The new template entry is correctly formatted and placed in the appropriate section. The description provides relevant information about the template's features and technologies used.
As an enhancement, consider adding an English translation of the description in parentheses, similar to other multilingual documentation practices. This would improve accessibility for non-Chinese speaking users who might be viewing this file.
Here's a suggested addition:
- [wails-template-tdesign-js](https://github.com/tongque0/wails-template-tdesign-js) - 基于 TDesign UI(腾讯的 Vue 3 组件库)的 Wails 模板,使用 Vite、Pinia、Vue Router、ESLint 和 Prettier。 + [wails-template-tdesign-js](https://github.com/tongque0/wails-template-tdesign-js) - 基于 TDesign UI(腾讯的 Vue 3 组件库)的 Wails 模板,使用 Vite、Pinia、Vue Router、ESLint 和 Prettier。(Wails template based on TDesign UI (Tencent's Vue 3 component library), using Vite, Pinia, Vue Router, ESLint, and Prettier.)website/docs/community/templates.mdx (1)
30-30: LGTM! Consider adding a version tag to the template link.The new template entry is well-placed in the Vue section and follows the existing format. The description provides a clear overview of the template's features. This addition aligns perfectly with the PR objectives.
As a minor suggestion, consider adding a version tag to the template link to ensure users get a stable version. For example:
[wails-template-tdesign-js](https://github.com/tongque0/wails-template-tdesign-js@v1.0.0)Replace
v1.0.0with the appropriate version tag.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (2)
- website/docs/community/templates.mdx (1 hunks)
- website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/community/templates.mdx (1 hunks)



Updated documentation with new Vue-based Wails template
Created a new Wails template using the latest version of Vue, TDesign, and Vue Router. This PR only updates the documentation on the Wails website to include the new template.
Fixes
N/A
Type of change
PS
This template uses the latest technologies such as Vue 3, Vite, TDesign (a component library open-sourced by Tencent), Vue Router, and Pinia for state management, providing developers with more choices for building modern applications.
Summary
wails-template-tdesign-js: Integrates Wails, Vue 3, Vite, TDesign, Vue Router, and Pinia.This template is fully up to date with the latest versions of Vue, TDesign, Vue Router, Pinia, and other supporting libraries.
Summary by CodeRabbit