prmbr-image-mksaas/content/docs/meta.zh.json
javayhu cd73bf8282 feat: add locale extraction helper and new blog documentation
- Introduced `extractLocaleAndBase` function to streamline locale and base name extraction from filenames.
- Added new blog documentation files covering comparisons, internationalization, manual installation, and markdown usage in both English and Chinese.
- Removed outdated author and blog content files to enhance content organization and clarity.
- Updated `content-collections.ts` to utilize the new locale extraction function for improved file handling.
2025-04-01 01:43:51 +08:00

26 lines
438 B
JSON

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