Files
BrowserOS/docs/docs.json
2026-01-13 13:48:07 -08:00

99 lines
2.0 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "BrowserOS Documentation",
"colors": {
"primary": "#f25e1a",
"light": "#FF7A3D",
"dark": "#D14E10"
},
"favicon": "/logo/favicon.png",
"navigation": {
"groups": [
{
"group": "Get Started",
"pages": [
"index",
"onboarding",
"update"
]
},
{
"group": "Bring Your Own LLM",
"pages": [
"llm-setup-guide",
{
"group": "Cloud Providers",
"pages": [
"bring-your-own-keys/gemini",
"bring-your-own-keys/claude",
"bring-your-own-keys/openai",
"bring-your-own-keys/openrouter"
]
},
{
"group": "Local LLMs",
"pages": [
"local-LLMs/ollama",
"local-LLMs/lm-studio",
"local-LLMs/gpt-oss"
]
}
]
},
{
"group": "Core Features",
"pages": [
"features/llm-chat-hub",
"features/ad-blocking",
"browseros-mcp/how-to-guide",
"integrations/n8n"
]
},
{
"group": "Contributing",
"pages": [
"contributing"
]
}
]
},
"logo": {
"light": "/logo/logo44.png",
"dark": "/logo/logo44.png"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "https://discord.gg/YKwjt5vuKr"
}
],
"primary": {
"type": "button",
"label": "Download",
"href": "https://browseros.com"
}
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {
"x": "https://x.com/browseros_ai",
"github": "https://github.com/BrowserOS-ai/BrowserOS",
"discord": "https://discord.gg/YKwjt5vuKr",
"slack": "https://dub.sh/browserOS-slack"
}
}
}