diff --git a/packages/web/astro.config.mjs b/packages/web/astro.config.mjs index 0c175f01..350d0b31 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 d34f0ee3..3869ea8a 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`: