docs: general improvements and updates (#13485)

* docs: general improvements and updates

* fix vale error
This commit is contained in:
Shahed Nasser
2025-09-15 12:30:59 +03:00
committed by GitHub
parent b35b1b41a4
commit e90dcedcd7
12 changed files with 164 additions and 103 deletions
@@ -11,7 +11,7 @@ export const metadata = {
# {metadata.title}
Run a custom CLI script. Learn more about it in [this guide](!docs!/learn/fundamentals/custom-cli-scripts).
Run a custom CLI script using Medusa's CLI tool. Learn more about it in [Custom CLI Scripts guide](!docs!/learn/fundamentals/custom-cli-scripts).
```bash
npx medusa exec [file] [args...]
@@ -36,7 +36,7 @@ npx medusa exec [file] [args...]
</Table.Cell>
<Table.Cell>
The path to the TypeScript or JavaScript file holding the function to execute.
The path to the TypeScript or JavaScript file containing the function to execute.
</Table.Cell>
<Table.Cell>