mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-17 11:46:51 +00:00
docs: fix broken doc URL, add orphan pages to nav, backfill i18n glossaries
- Fix broken JSDoc URL /plugins/developing-plugins → /plugins/building-plugins - Add /mcp → /cli/mcp redirect to docs.json - Add 8 orphan pages to Mintlify nav (fireworks, inferrs, memory-wiki, zalouser, minimax-search, rich-output-protocol, cli/wiki, cli/infer) - Backfill 16 core product terms as do-not-translate glossary entries across 12 i18n locales
This commit is contained in:
@@ -52,6 +52,10 @@
|
||||
]
|
||||
},
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/mcp",
|
||||
"destination": "/cli/mcp"
|
||||
},
|
||||
{
|
||||
"source": "/providers/modelstudio",
|
||||
"destination": "/providers/qwen"
|
||||
@@ -1116,6 +1120,8 @@
|
||||
"plugins/codex-harness",
|
||||
"plugins/webhooks",
|
||||
"plugins/voice-call",
|
||||
"plugins/memory-wiki",
|
||||
"plugins/zalouser",
|
||||
{
|
||||
"group": "Building Plugins",
|
||||
"pages": [
|
||||
@@ -1188,6 +1194,7 @@
|
||||
"tools/gemini-search",
|
||||
"tools/grok-search",
|
||||
"tools/kimi-search",
|
||||
"tools/minimax-search",
|
||||
"tools/ollama-search",
|
||||
"tools/perplexity-search",
|
||||
"tools/searxng-search",
|
||||
@@ -1248,10 +1255,12 @@
|
||||
"providers/deepgram",
|
||||
"providers/deepseek",
|
||||
"providers/fal",
|
||||
"providers/fireworks",
|
||||
"providers/github-copilot",
|
||||
"providers/glm",
|
||||
"providers/google",
|
||||
"providers/groq",
|
||||
"providers/inferrs",
|
||||
"providers/huggingface",
|
||||
"providers/kilocode",
|
||||
"providers/litellm",
|
||||
@@ -1455,6 +1464,7 @@
|
||||
"cli/agent",
|
||||
"cli/agents",
|
||||
"cli/hooks",
|
||||
"cli/infer",
|
||||
"cli/memory",
|
||||
"cli/message",
|
||||
"cli/models",
|
||||
@@ -1505,7 +1515,8 @@
|
||||
"cli/completion",
|
||||
"cli/dns",
|
||||
"cli/docs",
|
||||
"cli/mcp"
|
||||
"cli/mcp",
|
||||
"cli/wiki"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1539,6 +1550,7 @@
|
||||
"reference/api-usage-costs",
|
||||
"reference/transcript-hygiene",
|
||||
"reference/memory-config",
|
||||
"reference/rich-output-protocol",
|
||||
"date-time"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user