From 3b8a2e5c82da694910b0d7454f6ec68e9bb0853b Mon Sep 17 00:00:00 2001 From: Sarthak Agarwal Date: Wed, 15 Apr 2026 00:37:17 +0530 Subject: [PATCH] update Docs for Plugin --- docs/docs.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 631e500ba..e01b3214b 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -30,6 +30,14 @@ "getting-started/java-installation" ] }, + { + "group": "Claude Code Plugin", + "pages": [ + "claude-code-plugin/getting-started", + "claude-code-plugin/usage-guide", + "claude-code-plugin/troubleshooting" + ] + }, { "group": "Using Codeflash", "pages": [ @@ -67,19 +75,15 @@ "editor-plugins/vscode/configuration", "editor-plugins/vscode/troubleshooting" ] - }, - { - "group": "Claude Code Plugin", - "pages": [ - "claude-code-plugin/getting-started", - "claude-code-plugin/usage-guide", - "claude-code-plugin/troubleshooting" - ] } ] } ] }, + "banner": { + "content": "New: Use Codeflash directly inside Claude Code with the [Codeflash Claude Code Plugin](/claude-code-plugin/getting-started).", + "dismissible": true + }, "logo": { "light": "/images/codeflash_light.svg", "dark": "/images/codeflash_darkmode.svg"