Files
librechat.ai/content/docs/configuration/meta.json
Marco Beretta 5a0b761cfa fix: remove duplicate "index" entries from meta.json to fix next/prev navigation (#537)
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.
2026-03-21 16:15:29 +01:00

32 lines
526 B
JSON

{
"title": "Configuration",
"icon": "Settings",
"pages": [
"---Core---",
"dotenv",
"librechat_yaml",
"---Services---",
"authentication",
"pre_configured_ai",
"tools",
"---Infrastructure---",
"mongodb",
"redis",
"cdn",
"azure",
"sharepoint",
"docker_override",
"---Monitoring & Moderation---",
"mod_system",
"langfuse",
"logging",
"metrics",
"meilisearch",
"---UI---",
"banner",
"stt_tts",
"token_usage",
"rag_api"
]
}