diff options
| author | 2026-01-22 10:11:16 +0800 | |
|---|---|---|
| committer | 2026-01-22 10:11:16 +0800 | |
| commit | fa70f6fe85e7e1ceb7ccbcd5eae2354a07018bde (patch) | |
| tree | ff000e589775cb3feacede9d90b27a76e2414f07 /packages | |
| parent | 63707fa434c37b61da7c8c0265553d1563d1e66b (diff) | |
| download | DropOut-fa70f6fe85e7e1ceb7ccbcd5eae2354a07018bde.tar.gz DropOut-fa70f6fe85e7e1ceb7ccbcd5eae2354a07018bde.zip | |
Update packages/docs/content/docs/en/features/index.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/docs/content/docs/en/features/index.mdx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/docs/content/docs/en/features/index.mdx b/packages/docs/content/docs/en/features/index.mdx index b36bb61..9b1d1af 100644 --- a/packages/docs/content/docs/en/features/index.mdx +++ b/packages/docs/content/docs/en/features/index.mdx @@ -12,32 +12,32 @@ DropOut is packed with features designed for both casual players and power users <Cards> <Card title="Authentication" - href="/docs/features/authentication" + href="/docs/en/features/authentication" description="Microsoft OAuth and offline authentication" /> <Card title="Java Management" - href="/docs/features/java" + href="/docs/en/features/java" description="Auto-detection and installation of Java runtimes" /> <Card title="Mod Loaders" - href="/docs/features/mod-loaders" + href="/docs/en/features/mod-loaders" description="Fabric and Forge support with easy installation" /> <Card title="Instances" - href="/docs/features/instances" + href="/docs/en/features/instances" description="Isolated game environments with independent configs" /> <Card title="Downloads" - href="/docs/features/downloads" + href="/docs/en/features/downloads" description="Fast concurrent downloads with resume support" /> <Card title="AI Assistant" - href="/docs/features/assistant" + href="/docs/en/features/assistant" description="Built-in AI helper for troubleshooting and guidance" /> </Cards> |