Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(zh-cn): Update upgrade-astro.mdx #10432

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
i18n(zh-cn): Update upgrade-astro.mdx
  • Loading branch information
liruifengv committed Dec 18, 2024
commit 947fa010312cf2d43b3c1474df4a7ee3a15b65af
7 changes: 3 additions & 4 deletions src/content/docs/zh-cn/upgrade-astro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 升级 Astro
description: 学习如何升级 Astro
i18nReady: true
banner:
content: 想要升级到 Astro 5 的 beta 版本吗?阅读我们的 <a href="https://5-0-0-beta.docs.astro.build/zh-cn/guides/upgrade-to/v5/">v5 升级指南</a>!
content: Astro v5 已发布! <a href="/zh-cn/guides/upgrade-to/v5/">了解如何升级你的网站</a>!
---
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
import Version from '~/components/Version.astro';
Expand Down Expand Up @@ -106,10 +106,8 @@ Astro 的主要文档页面始终**准确反映 Astro 最新发布版本的内

请参阅下面的升级指南,了解变更的解释,将新版本与旧版本进行比较。升级指南包括所有可能需要你更改自己代码的内容:重大变更、弃用、功能移除和替换以及更新的使用指导。Astro 的每次变更都包括一个“我应该做什么?”部分,以帮助你成功更新项目代码。

:::tip
想要升级到 v5 的 Beta 版本吗?查看 [beta 文档中的 v5 升级指南](https://5-0-0-beta.docs.astro.build/zh-cn/guides/upgrade-to/v5/)。
:::

- [升级到 v5 版本](/zh-cn/guides/upgrade-to/v5/)
- [升级到 v4 版本](/zh-cn/guides/upgrade-to/v4/)
- [升级到 v3 版本](/zh-cn/guides/upgrade-to/v3/)
- [升级到 v2 版本](/zh-cn/guides/upgrade-to/v2/)
Expand All @@ -119,6 +117,7 @@ Astro 的主要文档页面始终**准确反映 Astro 最新发布版本的内

Astro 的旧版本文档不再进行维护,但可以作为静态快照访问。如果你无法升级你的项目,但仍希望查阅指南和参考资料,请使用这些版本的文档:

- [不再维护的 v4.16.17 快照](https://v4.docs.astro.build/zh-cn/getting-started/)
- [不再维护的 v3.6.3 快照](https://docs-git-v3-docs-unmaintained-astrodotbuild.vercel.app/)
- [不再维护的 v2.10.15 快照](https://deploy-preview-4405--astro-docs-2.netlify.app/zh-cn/getting-started/)

Expand Down
Loading