Skip to content

Commit bf42d8b

Browse files
author
Frank
committed
wip: vscode extension
1 parent 0deb85f commit bf42d8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/web/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export default defineConfig({
6363
sidebar: [
6464
"docs",
6565
"docs/cli",
66+
"docs/ide",
6667
"docs/share",
6768
"docs/modes",
6869
"docs/rules",
@@ -72,7 +73,6 @@ export default defineConfig({
7273
"docs/keybinds",
7374
"docs/enterprise",
7475
"docs/mcp-servers",
75-
"docs/using-in-ide",
7676
"docs/troubleshooting",
7777
],
7878
components: {

packages/web/src/content/docs/docs/using-in-ide.mdx renamed to packages/web/src/content/docs/docs/ide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Using in IDE
3-
description: Using opencode in your favorite IDE
2+
title: IDE
3+
description: Using opencode in IDE
44
---
55

66
opencode works seamlessly with VS Code, Cursor, or any IDE that supports a terminal. Just run `opencode` in the terminal to get started.

0 commit comments

Comments
 (0)