@@ -63,6 +63,7 @@ export default defineConfig({
sidebar: [
"docs",
"docs/cli",
+ "docs/ide",
"docs/share",
"docs/modes",
"docs/rules",
@@ -72,7 +73,6 @@ export default defineConfig({
"docs/keybinds",
"docs/enterprise",
"docs/mcp-servers",
- "docs/using-in-ide",
"docs/troubleshooting",
],
components: {
@@ -1,6 +1,6 @@
---
-title: Using in IDE
-description: Using opencode in your favorite IDE
+title: IDE
+description: Using opencode in IDE
opencode works seamlessly with VS Code, Cursor, or any IDE that supports a terminal. Just run `opencode` in the terminal to get started.