- Updated documentation links in content-collections.ts for accuracy. - Modified index.mdx and test.mdx files to improve content structure and clarity. - Added new Chinese documentation file (index.zh.mdx) to support localization. - Enhanced layout.tsx to include translations for English and Chinese. - Updated page.tsx to handle locale parameters for improved routing. - Refactored source.ts to streamline imports and maintain consistency.
18 lines
284 B
Plaintext
18 lines
284 B
Plaintext
---
|
|
title: Hello World
|
|
description: Your first document
|
|
---
|
|
|
|
Hey there!
|
|
|
|
## Heading
|
|
|
|
<Cards>
|
|
<Card title="Learn more about Next.js" href="https://nextjs.org/docs" />
|
|
<Card title="Learn more about Fumadocs" href="https://fumadocs.vercel.app" />
|
|
</Cards>
|
|
|
|
### Heading
|
|
|
|
#### Heading
|