Files
BrowserOS/docs/docs.json
Dani Akash 7f20319272 docs: add OAuth provider setup guides for ChatGPT Pro, GitHub Copilot, and Qwen Code (#545)
* docs: add setup guides for ChatGPT Pro, GitHub Copilot, and Qwen Code

Add individual OAuth setup guide pages with step-by-step screenshots
for each provider. Add "Use Your Existing Subscription" section to the
Bring Your Own LLM page with card links to each guide. Register pages
in docs navigation.

* docs: add ChatGPT Pro setup screenshots

* docs: use custom provider icons for OAuth setup cards

* docs: inline SVG icons in provider cards for dark mode support

* docs: place provider icons above card titles
2026-03-24 18:29:20 +05:30

109 lines
2.4 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/index",
"changelog"
]
},
{
"group": "Core Features",
"pages": [
"features/bring-your-own-llm",
"features/chatgpt-pro-oauth",
"features/github-copilot-oauth",
"features/qwen-code-oauth",
"features/local-models",
"features/workflows",
"features/scheduled-tasks",
"features/cowork",
"features/connect-mcps",
"features/skills",
"features/smart-nudges",
"features/use-with-claude-code",
"features/soul",
"features/memory",
"features/sync-to-cloud",
"features/llm-chat-hub",
"features/ad-blocking",
"features/vertical-tabs"
]
},
{
"group": "Comparisons",
"pages": [
"comparisons/chrome-devtools-mcp",
"comparisons/claude-cowork",
"comparisons/openclaw"
]
},
{
"group": "Integrations",
"pages": ["integrations/n8n"]
},
{
"group": "Troubleshooting",
"pages": ["troubleshooting/connection-issues"]
},
{
"group": "Contributing",
"pages": ["contributing"]
}
]
},
"logo": {
"light": "/logo/logo44.png",
"dark": "/logo/logo44.png"
},
"navbar": {
"links": [
{
"label": "llms.txt",
"href": "/llms.txt"
},
{
"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"
}
}
}