Skip to content

Commit

Permalink
i18n(zh-cn): Adjust menu order and sync content (#2518)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian-Lars <[email protected]>
  • Loading branch information
GuoJikun and FabianLars authored Aug 21, 2024
1 parent 58b36aa commit 0f8e1c8
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions src/content/docs/zh-cn/start/migrate/index.mdx
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
---
title: 更新和迁移
sidebar:
label: 概述
order: 10
---

了解从 Tauri 1.0 升级或从其他框架迁移的常见情况和步骤
了解从 Tauri 1.0 升级或从另一个框架迁移的常见情况和步骤

import { LinkCard, CardGrid } from '@astrojs/starlight/components';

<CardGrid>
<LinkCard
title="从 Tauri 1.0 升级"
href="/zh-cn/start/migrate/from-tauri-1/"
href="/start/migrate/from-tauri-1/"
description="阅读更多关于升级到版本 2 需要对版本 1 项目进行的更新的信息。"
/>
<LinkCard
title="从 Electron 迁移"
href="/zh-cn/start/migrate/from-electron/"
href="/start/migrate/from-electron/"
description="阅读有关将 Electron 应用程序迁移到 Tauri 的一般提示和技巧的更多信息。"
/>
<LinkCard
title="从 Tauri 2.0 beta 升级"
href="/start/migrate/from-tauri-2-beta/"
description="阅读有关 2.0 Beta 项目升级到 2.0 所需更新的更多信息。"
/>
<LinkCard title="从 Flutter 迁移" href="/zh-cn/start/migrate/from-flutter/" />
</CardGrid>

0 comments on commit 0f8e1c8

Please sign in to comment.