From 44b4053d8a127c43329d1e1bc2ffa80907ab40e5 Mon Sep 17 00:00:00 2001 From: BekahHW Date: Tue, 11 Nov 2025 15:40:20 -0500 Subject: [PATCH] Update Guides structure to make it easier to see --- docs/docs.json | 47 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 15 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 38ee27b9c..c59cdc086 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -232,21 +232,38 @@ "group": "Guides", "pages": [ "guides/overview", - "guides/understanding-configs", - "guides/configuring-models-rules-tools", - "guides/codebase-documentation-awareness", - "guides/cli", - "guides/doc-writing-agent-cli", - "guides/continuous-ai", - "guides/continuous-ai-readiness-assessment", - "guides/plan-mode-guide", - "guides/ollama-guide", - "guides/instinct", - "guides/running-continue-without-internet", - "guides/custom-code-rag", - "guides/how-to-self-host-a-model", - "guides/notion-continue-guide", - "guides/github-pr-review-bot" + { + "group": "Understanding Continue", + "pages": [ + "guides/understanding-configs", + "guides/configuring-models-rules-tools", + "guides/codebase-documentation-awareness", + "guides/plan-mode-guide", + "guides/ollama-guide", + "guides/instinct", + "guides/running-continue-without-internet", + "guides/custom-code-rag", + "guides/how-to-self-host-a-model" + ] + }, + { + "group": "CLI Guides", + "pages": ["guides/cli", "guides/doc-writing-agent-cli"] + }, + { + "group": "Continuous AI Guides", + "pages": [ + "guides/continuous-ai", + "guides/continuous-ai-readiness-assessment" + ] + }, + { + "group": "Integration Guides", + "pages": [ + "guides/notion-continue-guide", + "guides/github-pr-review-bot" + ] + } ] }, {