mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
131 lines
2.9 KiB
JSON
131 lines
2.9 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "BrowserOS Documentation",
|
|
"colors": {
|
|
"primary": "#0066CC",
|
|
"light": "#3399FF",
|
|
"dark": "#003D7A"
|
|
},
|
|
"favicon": "/logo/favicon.svg",
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Documentation",
|
|
"groups": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"index",
|
|
"onboarding",
|
|
"update"
|
|
]
|
|
},
|
|
{
|
|
"group": "Configure AI",
|
|
"expanded": true,
|
|
"pages": [
|
|
"llm-setup-guide",
|
|
{
|
|
"group": "BYOK LLM",
|
|
"expanded": true,
|
|
"pages": [
|
|
"bring-your-own-keys/gemini",
|
|
"bring-your-own-keys/claude",
|
|
"bring-your-own-keys/openai",
|
|
"bring-your-own-keys/openrouter"
|
|
]
|
|
},
|
|
{
|
|
"group": "Local LLMs",
|
|
"expanded": true,
|
|
"pages": [
|
|
"local-LLMs/ollama",
|
|
"local-LLMs/lm-studio",
|
|
"local-LLMs/gpt-oss"
|
|
]
|
|
},
|
|
{
|
|
"group": "BrowserOS-mcp",
|
|
"expanded": true,
|
|
"pages": [
|
|
"browseros-mcp/how-to-guide"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
"integrations/n8n"
|
|
]
|
|
},
|
|
{
|
|
"group": "Contributing",
|
|
"pages": [
|
|
"contributing"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"global": {
|
|
"anchors": [
|
|
{
|
|
"anchor": "GitHub",
|
|
"href": "https://github.com/BrowserOS-ai/BrowserOS",
|
|
"icon": "github"
|
|
},
|
|
{
|
|
"anchor": "Discord",
|
|
"href": "https://discord.gg/YKwjt5vuKr",
|
|
"icon": "discord"
|
|
},
|
|
{
|
|
"anchor": "Slack",
|
|
"href": "http://dub.sh/browseros-slack",
|
|
"icon": "slack"
|
|
}
|
|
|
|
]
|
|
}
|
|
},
|
|
"logo": {
|
|
"light": "/logo/browseros.svg",
|
|
"dark": "/logo/browseros.svg"
|
|
},
|
|
"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": "http://dub.sh/browseros-slack"
|
|
}
|
|
}
|
|
}
|