Jay V 6 месяцев назад
Родитель
Сommit
cf29ec0a59
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      packages/web/astro.config.mjs
  2. 1 1
      packages/web/src/content/docs/docs/commands.mdx

+ 1 - 1
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",
           ],
         },
 

+ 1 - 1
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`: