From 5bb2c660b90a4ae49282010031fb6245417b8396 Mon Sep 17 00:00:00 2001 From: Natsuu Date: Mon, 9 Feb 2026 17:09:56 +0800 Subject: docs: update language links and improve formatting in README files (#88) ## Summary by Sourcery Improve bilingual README structure and formatting for clarity and consistency. Documentation: - Add cross-links between English and Chinese READMEs for easier language switching. - Normalize README formatting including roadmap link styling, spacing, and license section presentation in both languages. --- packages/docs/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/docs/README.md b/packages/docs/README.md index 63b9290..f4e7563 100644 --- a/packages/docs/README.md +++ b/packages/docs/README.md @@ -5,6 +5,7 @@ This is the official documentation site for DropOut Minecraft Launcher, built wi ## Overview The documentation covers: + - **Getting Started**: Installation and first-time setup - **Features**: Detailed guides for all launcher features - **Architecture**: Technical design and implementation details @@ -14,6 +15,7 @@ The documentation covers: ### Multi-language Support The documentation is available in: + - **English** (default) - `content/docs/en/` - **简体中文** (Simplified Chinese) - `content/docs/zh/` @@ -68,7 +70,7 @@ pnpm format ## Project Structure -``` +```bash packages/docs/ ├── content/ │ └── docs/ # Documentation content (MDX) @@ -97,6 +99,7 @@ packages/docs/ ### Structure Documentation is organized by locale: + - English: `content/docs/en/` - Chinese: `content/docs/zh/` @@ -105,6 +108,7 @@ Each locale has the same structure with translated content. ### Configuration i18n is configured in: + - `source.config.ts`: Enables i18n support - `app/lib/source.ts`: Defines available languages and default @@ -160,6 +164,7 @@ Fumadocs provides several components: ### Translation Guidelines When translating content: + - Keep all code blocks in English - Translate frontmatter (title, description) - Keep technical terms (Tauri, Rust, Svelte, etc.) in English -- cgit v1.2.3-70-g09d2 From d24933103d0e08ead10f11ce01cc104e6c211f17 Mon Sep 17 00:00:00 2001 From: Natsuu Date: Tue, 10 Feb 2026 10:23:33 +0800 Subject: Refine Chinese getting-started docs game launch instruction (#90) --- packages/docs/content/zh/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/docs/content/zh/getting-started.mdx b/packages/docs/content/zh/getting-started.mdx index 05d9aa4..d36eaf5 100644 --- a/packages/docs/content/zh/getting-started.mdx +++ b/packages/docs/content/zh/getting-started.mdx @@ -111,7 +111,7 @@ chmod +x dropout_*.AppImage - 内存分配(RAM) - 窗口分辨率 - Java 路径 -4. 点击**"启动游戏"** +4. 点击**启动游戏** 5. 在控制台中监视启动过程 ## 下一步 -- cgit v1.2.3-70-g09d2