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

View File

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

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