prmbr-image-mksaas/content/docs/meta.json
javayhu 16aaf55a91 refactor: enhance documentation feature and update dependencies
- Updated content collections to include new schemas for better document handling.
- Added new documentation files for comparisons, customization, and internationalization.
- Introduced a manual installation guide and improved markdown support.
- Updated package.json with new dependencies for enhanced functionality.
- Added new images for documentation and improved layout components for better user experience.
- Adjusted TypeScript configurations for better path management.
2025-03-30 22:34:16 +08:00

25 lines
416 B
JSON

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