docs: comprehensive documentation overhaul with i18n support (English & Chinese)#78
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Workspace change through: ac7a7bc0 changesets found Planned changes to release
|
|
@copilot add i18n support in the docs |
|
@copilot and dont forget implement english(default) and chinese docs for i18n |
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
- Add development.mdx (开发指南) - Add troubleshooting.mdx (故障排除) - Add features/index.mdx (功能概览) - Add features/authentication.mdx (身份验证) - Add features/java.mdx (Java 管理) - Add features/mod-loaders.mdx (模组加载器) All translations maintain technical terms in English while translating content to simplified Chinese Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Both English and Chinese documentation are now fully implemented! English (default): All technical terms (Tauri, Rust, Svelte, Fabric, Forge) are preserved in English, while UI elements and descriptions are translated to Chinese. Code blocks remain in English for consistency. The dev server runs successfully with automatic language switching support. See commits 8254559 and fe0cb04.
i18n support has been added to the documentation! The docs now support English (default) and Simplified Chinese (简体中文). Configuration:
Implementation:
See commit fe0cb04 for the final i18n configuration. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot solve it |
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Fixed! The build failure was caused by incorrect meta.json structure. In Fumadocs with i18n, subdirectories with their own meta.json should be referenced as simple strings, not nested objects. Changes made (commit 2ff4c75):
Build verification: The Vercel deployment should now succeed. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| href="/docs/en/features/authentication" | ||
| description="Microsoft OAuth and offline authentication" | ||
| /> | ||
| <Card | ||
| title="Java Management" | ||
| href="/docs/en/features/java" | ||
| description="Auto-detection and installation of Java runtimes" | ||
| /> | ||
| <Card | ||
| title="Mod Loaders" | ||
| href="/docs/en/features/mod-loaders" | ||
| description="Fabric and Forge support with easy installation" | ||
| /> | ||
| <Card | ||
| title="Instances" | ||
| href="/docs/en/features/instances" | ||
| description="Isolated game environments with independent configs" | ||
| /> | ||
| <Card | ||
| title="Downloads" | ||
| href="/docs/en/features/downloads" | ||
| description="Fast concurrent downloads with resume support" | ||
| /> | ||
| <Card | ||
| title="AI Assistant" | ||
| href="/docs/en/features/assistant" |
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Emoji Removal - Complete ✅
Changes Made
Files Modified
packages/docs/content/docs/en/features/index.mdx
packages/docs/content/docs/en/index.mdx
packages/docs/content/docs/zh/features/index.mdx
packages/docs/content/docs/zh/index.mdx
packages/docs/app/routes/home.tsx
Verification
✅ All emojis removed from documentation
✅ Build completes successfully
✅ Content remains clear and readable without emojis
✅ Text-based status indicators preserve meaning
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.