- 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.
25 lines
416 B
JSON
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"
|
|
]
|
|
}
|