diff options
| author | Jay V <[email protected]> | 2025-08-22 18:36:17 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-08-22 18:36:17 -0400 |
| commit | cf29ec0a595c3938214c154d5e911aa8a4344b8d (patch) | |
| tree | 8fa42042e875efcd2169fafde1740449d1ca3e3e | |
| parent | b5e08acdf7acb9afa2c4a1f3049b858f0ba047dc (diff) | |
| download | opencode-cf29ec0a595c3938214c154d5e911aa8a4344b8d.tar.gz opencode-cf29ec0a595c3938214c154d5e911aa8a4344b8d.zip | |
docs: edit
| -rw-r--r-- | packages/web/astro.config.mjs | 2 | ||||
| -rw-r--r-- | packages/web/src/content/docs/docs/commands.mdx | 2 |
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`: |
