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",
"title": "Switcher"
},
"index": {
"type": "page",
"title": "Jan Overview"
},
"desktop": {
"type": "page",
"title": "Jan Desktop & Mobile"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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