summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/web/astro.config.mjs2
-rw-r--r--packages/web/src/content/docs/docs/commands.mdx2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/astro.config.mjs b/packages/web/astro.config.mjs
index 0c175f01b..350d0b31b 100644
--- a/packages/web/astro.config.mjs
+++ b/packages/web/astro.config.mjs
@@ -78,11 +78,11 @@ export default defineConfig({
"docs/models",
"docs/themes",
"docs/keybinds",
+ "docs/commands",
"docs/formatters",
"docs/permissions",
"docs/lsp",
"docs/mcp-servers",
- "docs/commands",
],
},
diff --git a/packages/web/src/content/docs/docs/commands.mdx b/packages/web/src/content/docs/docs/commands.mdx
index d34f0ee3f..3869ea8a4 100644
--- a/packages/web/src/content/docs/docs/commands.mdx
+++ b/packages/web/src/content/docs/docs/commands.mdx
@@ -59,7 +59,7 @@ Run the command with arguments:
## Inject shell output
-Use `!`command`` to inject shell command output into your prompt.
+Use `!command` to inject shell command output into your prompt.
Create `.opencode/command/analyze-coverage.md`: