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"