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

@ -1,14 +1,18 @@
{
"-- Switcher": {
"type": "separator",
"title": "Switcher"
},
"desktop": {
"type": "page",
"title": "Jan Desktop & Mobile"
},
"server": {
"type": "page",
"title": "Jan Server"
}
}
"-- Switcher": {
"type": "separator",
"title": "Switcher"
},
"index": {
"type": "page",
"title": "Jan Overview"
},
"desktop": {
"type": "page",
"title": "Jan Desktop & Mobile"
},
"server": {
"type": "page",
"title": "Jan Server"
}
}

View File

@ -1,47 +1,47 @@
{
"get-started-separator": {
"title": "Get started",
"type": "separator"
},
"index": "Overview",
"quickstart": "Quickstart",
"desktop": "Install 👋 Jan",
"jan-models": "Models",
"remote-models": "Cloud Providers",
"mcp-examples": "Tutorials",
"coreconcepts-separator": {
"title": "Core concepts",
"type": "separator"
},
"assistants": "Assistants",
"llama-cpp": "Local AI Engine",
"model-parameters": "Model Parameters",
"privacy-policy": {
"type": "page",
"display": "hidden",
"title": "Privacy Policy"
},
"advanced-separator": {
"title": "ADVANCED",
"type": "separator"
},
"manage-models": "Manage Models",
"mcp": "Model Context Protocol",
"localserver": {
"title": "LOCAL SERVER",
"type": "separator"
},
"api-server": "Server Setup",
"llama-cpp-server": "LlamaCpp Server",
"server-settings": "Server Settings",
"server-troubleshooting": "Server Troubleshooting",
"server-examples": "Integrations",
"reference-separator": {
"title": "REFERENCE",
"type": "separator"
},
"settings": "Settings",
"data-folder": "Jan Data Folder",
"troubleshooting": "Troubleshooting",
"privacy": "Privacy"
"get-started-separator": {
"title": "Get started",
"type": "separator"
},
"index": "Overview",
"quickstart": "Quickstart",
"desktop": "Install 👋 Jan",
"jan-models": "Models",
"remote-models": "Cloud Providers",
"mcp-examples": "Tutorials",
"coreconcepts-separator": {
"title": "Core concepts",
"type": "separator"
},
"assistants": "Assistants",
"llama-cpp": "Local AI Engine",
"model-parameters": "Model Parameters",
"privacy-policy": {
"type": "page",
"display": "hidden",
"title": "Privacy Policy"
},
"advanced-separator": {
"title": "ADVANCED",
"type": "separator"
},
"manage-models": "Manage Models",
"mcp": "Model Context Protocol",
"localserver": {
"title": "LOCAL SERVER",
"type": "separator"
},
"api-server": "Server Setup",
"llama-cpp-server": "LlamaCpp Server",
"server-settings": "Server Settings",
"server-troubleshooting": "Server Troubleshooting",
"server-examples": "Integrations",
"reference-separator": {
"title": "REFERENCE",
"type": "separator"
},
"settings": "Settings",
"data-folder": "Jan Data Folder",
"troubleshooting": "Troubleshooting",
"privacy": "Privacy"
}

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"
}
}