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