prmbr-image-mksaas/content/docs/meta.zh.json
javayhu fe04a2973e feat: add new documentation files for zh locale
- Introduced multiple new MDX files covering various topics including comparisons, customization, internationalization, manual installation, markdown usage, and component documentation.
- Enhanced the overall structure and organization of the documentation to improve user experience and accessibility.
- Added a meta JSON file to define the documentation structure and navigation.
- Implemented new layout files for different document types, improving the flexibility of the documentation framework.
2025-04-01 00:38:07 +08:00

25 lines
410 B
JSON

{
"title": "Framework",
"description": "The docs framework",
"icon": "Building2",
"root": true,
"pages": [
"---介绍---",
"index",
"what-is-fumadocs",
"comparisons",
"---设置---",
"manual-installation",
"static-export",
"---写作---",
"markdown",
"---UI---",
"customisation",
"theme",
"search",
"components",
"mdx",
"layouts"
]
}