chore: fix meta data json

This commit is contained in:
Faisal Amir 2025-09-23 17:17:22 +07:00
parent 26ed125693
commit 3ec41e080f
9 changed files with 79 additions and 92 deletions

View File

@ -3,6 +3,10 @@
"type": "separator", "type": "separator",
"title": "Switcher" "title": "Switcher"
}, },
"index": {
"type": "page",
"title": "Jan Overview"
},
"desktop": { "desktop": {
"type": "page", "type": "page",
"title": "Jan Desktop & Mobile" "title": "Jan Desktop & Mobile"

View File

@ -1,6 +1,5 @@
{ {
"browserbase": { "browserbase": {
"title": "Browserbase", "title": "Browserbase"
"href": "/docs/mcp-examples/browser/browserbase"
} }
} }

View File

@ -1,10 +1,8 @@
{ {
"e2b": { "e2b": {
"title": "E2B Code Sandbox", "title": "E2B Code Sandbox"
"href": "/docs/mcp-examples/data-analysis/e2b"
}, },
"jupyter": { "jupyter": {
"title": "Jupyter Notebooks", "title": "Jupyter Notebooks"
"href": "/docs/mcp-examples/data-analysis/jupyter"
} }
} }

View File

@ -1,6 +1,5 @@
{ {
"octagon": { "octagon": {
"title": "Octagon Deep Research", "title": "Octagon Deep Research"
"href": "/docs/mcp-examples/deepresearch/octagon"
} }
} }

View File

@ -1,6 +1,5 @@
{ {
"canva": { "canva": {
"title": "Canva", "title": "Canva"
"href": "/docs/mcp-examples/design/canva"
} }
} }

View File

@ -1,10 +1,8 @@
{ {
"todoist": { "todoist": {
"title": "Todoist", "title": "Todoist"
"href": "/docs/mcp-examples/productivity/todoist"
}, },
"linear": { "linear": {
"title": "Linear", "title": "Linear"
"href": "/docs/mcp-examples/productivity/linear"
} }
} }

View File

@ -1,10 +1,8 @@
{ {
"exa": { "exa": {
"title": "Exa Search", "title": "Exa Search"
"href": "/docs/mcp-examples/search/exa"
}, },
"serper": { "serper": {
"title": "Serper Search", "title": "Serper Search"
"href": "/docs/mcp-examples/search/serper"
} }
} }

View File

@ -1,34 +1,26 @@
{ {
"anthropic": { "anthropic": {
"title": "Anthropic", "title": "Anthropic"
"href": "/docs/remote-models/anthropic"
}, },
"cohere": { "cohere": {
"title": "Cohere", "title": "Cohere"
"href": "/docs/remote-models/cohere"
}, },
"google": { "google": {
"title": "Gemini", "title": "Gemini"
"href": "/docs/remote-models/google"
}, },
"groq": { "groq": {
"title": "Groq", "title": "Groq"
"href": "/docs/remote-models/groq"
}, },
"mistralai": { "mistralai": {
"title": "Mistral AI", "title": "Mistral AI"
"href": "/docs/remote-models/mistralai"
}, },
"openai": { "openai": {
"title": "OpenAI", "title": "OpenAI"
"href": "/docs/remote-models/openai"
}, },
"openrouter": { "openrouter": {
"title": "OpenRouter", "title": "OpenRouter"
"href": "/docs/remote-models/openrouter"
}, },
"huggingface": { "huggingface": {
"title": "Hugging Face", "title": "Hugging Face"
"href": "/docs/remote-models/huggingface"
} }
} }