From b4c44d6aea7471cbb9472dd7ebf7ea4a99c63f3c Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Thu, 5 Feb 2026 12:24:23 -0800 Subject: [PATCH] docs: move opencode-compatibility to getting started section --- docs/docs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 5e71ba9..45a3fa5 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -41,7 +41,7 @@ "pages": [ { "group": "Getting started", - "pages": ["quickstart", "building-chat-ui", "manage-sessions"] + "pages": ["quickstart", "building-chat-ui", "manage-sessions", "opencode-compatibility"] }, { "group": "Deploy", @@ -63,7 +63,6 @@ "group": "Reference", "pages": [ "cli", - "opencode-compatibility", "inspector", "session-transcript-schema", "cors",