This commit is contained in:
Dax Raad 2026-07-07 00:13:29 -04:00
commit dd1c007877
4 changed files with 97 additions and 28 deletions

View file

@ -17,7 +17,12 @@
"tabs": [
{
"tab": "Docs",
"pages": ["index", "config", "plugins", "troubleshooting"]
"groups": [
{
"group": "Get started",
"pages": ["index", "config", "plugins", "troubleshooting"]
}
]
},
{
"tab": "SDK",
@ -39,19 +44,6 @@
],
"global": {}
},
"navbar": {
"links": [
{
"label": "Discord",
"href": "https://opencode.ai/discord"
}
],
"primary": {
"type": "button",
"label": "GitHub",
"href": "https://github.com/anomalyco/opencode"
}
},
"contextual": {
"options": ["copy", "view", "chatgpt", "claude", "mcp", "cursor", "vscode"]
},