d2m#1485
Conversation
Co-authored-by: shulaoda <165626830+shulaoda@users.noreply.github.com>
docs: update content
dcos: update content
docs(en): merge docs-cn/sync-docs into docs-cn/dev @ e098878
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates HTTP URLs to HTTPS across documentation and blog files, adds a new deployment platform section, and fixes a grammar issue. The changes improve security by ensuring all external links use HTTPS protocol.
- Updates multiple external URLs from
http://tohttps://(chat.vite.dev, esbuild.github.io, surge.sh) - Adds EdgeOne Pages deployment documentation in the static deployment guide
- Fixes grammar error "join collaborate" to "collaborate" in announcing-vite4.md
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| guide/static-deploy.md | Updates surge.sh URL to HTTPS and adds new EdgeOne Pages deployment section |
| guide/features.md | Updates esbuild documentation URL to HTTPS |
| blog/announcing-vite7.md | Updates Discord chat URL to HTTPS |
| blog/announcing-vite6.md | Updates Discord chat URL to HTTPS |
| blog/announcing-vite4.md | Updates Discord chat URL to HTTPS and fixes grammar error |
| blog/announcing-vite3.md | Updates Discord chat URL to HTTPS |
| blog/announcing-vite2.md | Updates Discord chat URL to HTTPS |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 我们要感谢超过 [1000 位 Vite Core 贡献者](https://github.com/vitejs/vite/graphs/contributors) 以及 Vite 插件、集成、工具和翻译的维护者和贡献者,他们帮助我们打造了这个新的主要版本。我们也邀请你参与进来,帮助我们改进整个生态系统的 Vite。了解更多信息,请参阅我们的 [贡献指南](https://github.com/vitejs/vite/blob/main/CONTRIBUTING.md)。 | ||
|
|
||
| 如果准备开始的话,我们建议可以帮助 [分类问题](https://github.com/vitejs/vite/issues)、[审查 PR](https://github.com/vitejs/vite/pulls)、根据开放问题发送失败的测试 PR,并在[讨论](https://github.com/vitejs/vite/discussions) 和 Vite Land 的 [帮助论坛](https://discord.com/channels/804011606160703521/1019670660856942652) 中帮助他人。如果你想与我们交流,请加入我们的 [Discord 社区](http://chat.vite.dev/) 并在 [#贡献频道](https://discord.com/channels/804011606160703521/804439875226173480) 中打个招呼。 | ||
| 如果准备开始的话,我们建议可以帮助 [分类问题](https://github.com/vitejs/vite/issues)、[审查 PR](https://github.com/vitejs/vite/pulls)、根据开放问题发送失败的测试 PR,并在[讨论](https://github.com/vitejs/vite/discussions) 和 Vite Land 的 [帮助论坛](https://discord.com/channels/804011606160703521/1019670660856942652) 中帮助他人。如果你想与我们交流,请加入我们的 [Discord 社区](https://chat.vite.dev/) 并在 [#贡献频道](https://discord.com/channels/804011606160703521/804439875226173480) 中打个招呼。 |
There was a problem hiding this comment.
The URL https://chat.vite.dev/ has a trailing slash, but other files in this PR update the same URL without a trailing slash (e.g., announcing-vite7.md line 54, announcing-vite4.md line 54, announcing-vite3.md line 44). For consistency, this should match the pattern used in other files.
| 如果准备开始的话,我们建议可以帮助 [分类问题](https://github.com/vitejs/vite/issues)、[审查 PR](https://github.com/vitejs/vite/pulls)、根据开放问题发送失败的测试 PR,并在[讨论](https://github.com/vitejs/vite/discussions) 和 Vite Land 的 [帮助论坛](https://discord.com/channels/804011606160703521/1019670660856942652) 中帮助他人。如果你想与我们交流,请加入我们的 [Discord 社区](https://chat.vite.dev/) 并在 [#贡献频道](https://discord.com/channels/804011606160703521/804439875226173480) 中打个招呼。 | |
| 如果准备开始的话,我们建议可以帮助 [分类问题](https://github.com/vitejs/vite/issues)、[审查 PR](https://github.com/vitejs/vite/pulls)、根据开放问题发送失败的测试 PR,并在[讨论](https://github.com/vitejs/vite/discussions) 和 Vite Land 的 [帮助论坛](https://discord.com/channels/804011606160703521/1019670660856942652) 中帮助他人。如果你想与我们交流,请加入我们的 [Discord 社区](https://chat.vite.dev) 并在 [#贡献频道](https://discord.com/channels/804011606160703521/804439875226173480) 中打个招呼。 |
| ``` | ||
|
|
||
| 然后,你可以阅读 [指引文档](/guide/) 了解 Vite 提供了哪些开箱即用的功能,也可以在 [GitHub](https://github.com/vitejs/vite) 上查看源码,关注我们的 [Twitter](https://twitter.com/vite_js) 以了解最新的进展,或与其他 Vite 用户在 [Discord](http://chat.vite.dev/) 上一起讨论。 | ||
| 然后,你可以阅读 [指引文档](/guide/) 了解 Vite 提供了哪些开箱即用的功能,也可以在 [GitHub](https://github.com/vitejs/vite) 上查看源码,关注我们的 [Twitter](https://twitter.com/vite_js) 以了解最新的进展,或与其他 Vite 用户在 [Discord](https://chat.vite.dev/) 上一起讨论。 |
There was a problem hiding this comment.
The URL https://chat.vite.dev/ has a trailing slash, but other files in this PR update the same URL without a trailing slash (e.g., announcing-vite7.md line 54, announcing-vite4.md line 54, announcing-vite3.md line 44). For consistency, this should match the pattern used in other files.
No description provided.