Files
BrowserOS/docs/docs.json
Felarof b3d4d668b4 docs: add changelog page (#322)
Add a changelog page documenting BrowserOS releases from v0.30.0 to v0.36.2.
Each version includes date and summary of changes, with links to GitHub
releases for full history.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 15:37:09 -08:00

84 lines
1.6 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",
"changelog"
]
},
{
"group": "Core Features",
"pages": [
"features/bring-your-own-llm",
"features/llm-chat-hub",
"features/scheduled-tasks",
"features/use-with-claude-code",
"features/ad-blocking"
]
},
{
"group": "Integrations",
"pages": [
"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"
}
}
}