mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
update Docs for Plugin
This commit is contained in:
parent
4d4cb5f517
commit
3b8a2e5c82
1 changed files with 12 additions and 8 deletions
|
|
@ -30,6 +30,14 @@
|
||||||
"getting-started/java-installation"
|
"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",
|
"group": "Using Codeflash",
|
||||||
"pages": [
|
"pages": [
|
||||||
|
|
@ -67,19 +75,15 @@
|
||||||
"editor-plugins/vscode/configuration",
|
"editor-plugins/vscode/configuration",
|
||||||
"editor-plugins/vscode/troubleshooting"
|
"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": {
|
"logo": {
|
||||||
"light": "/images/codeflash_light.svg",
|
"light": "/images/codeflash_light.svg",
|
||||||
"dark": "/images/codeflash_darkmode.svg"
|
"dark": "/images/codeflash_darkmode.svg"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue