mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 02:38:32 +07:00
Closes #533 Folder meta.json files listed "index" explicitly in the pages array, causing fumadocs to include the index page twice in the flat navigation list — once as the folder index and once as a child page. This made the "Next" link on index/overview pages point back to themselves instead of the first child page. Fix: remove "index" from the pages array in all folder meta.json files. Fumadocs automatically uses index.mdx as the folder index page without needing it listed in pages.
33 lines
557 B
JSON
33 lines
557 B
JSON
{
|
|
"title": "Features",
|
|
"icon": "Sparkles",
|
|
"pages": [
|
|
"---Agentic AI---",
|
|
"mcp",
|
|
"agents",
|
|
"agents_api",
|
|
"artifacts",
|
|
"code_interpreter",
|
|
"---Search & Knowledge---",
|
|
"web_search",
|
|
"search",
|
|
"memory",
|
|
"rag_api",
|
|
"---Media---",
|
|
"upload_as_text",
|
|
"ocr",
|
|
"image_gen",
|
|
"---Chat---",
|
|
"resumable_streams",
|
|
"fork",
|
|
"shareable_links",
|
|
"temporary_chat",
|
|
"url_query",
|
|
"import_convos",
|
|
"---Security---",
|
|
"authentication",
|
|
"password_reset",
|
|
"mod_system"
|
|
]
|
|
}
|