summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/th/commands.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/th/commands.mdx')
-rw-r--r--packages/web/src/content/docs/th/commands.mdx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/th/commands.mdx b/packages/web/src/content/docs/th/commands.mdx
index 63e7427cd..f501aaabf 100644
--- a/packages/web/src/content/docs/th/commands.mdx
+++ b/packages/web/src/content/docs/th/commands.mdx
@@ -15,7 +15,7 @@ description: คำสั่งสร้างคำสั่งอีกคร�
## สร้างไฟล์คำสั่ง
-สร้างไฟล์มาร์กดาวน์ในไดเร็กทอรี `commands/` เพื่อกำหนดคำสั่งทำตาม
+สร้างไฟล์ Markdown ในไดเร็กทอรี `commands/` เพื่อกำหนดคำสั่งทำตาม
สร้าง `.opencode/commands/test.md`:
@@ -42,7 +42,7 @@ frontmatter กำหนดคุณสมบัติคำสั่งเน�
## เม็กซิโก
-คำสั่งนี้จะผ่าน OpenCode หรือโดยการดำเนินการไฟล์มาร์กดาวน์ในไดเร็กทอรี `commands/`
+คำสั่งนี้จะผ่าน OpenCode หรือโดยการดำเนินการไฟล์ Markdown ในไดเร็กทอรี `commands/`
---
@@ -75,9 +75,9 @@ frontmatter กำหนดคุณสมบัติคำสั่งเน�
---
-### มาร์กดาวน์
+### Markdown
-หากต้องการกำหนดคำสั่งของไฟล์มาร์กดาวน์ได้คุณจะต้องดำเนินการใน:
+หากต้องการกำหนดคำสั่งของไฟล์ Markdown ได้คุณจะต้องดำเนินการใน:
- ทั่วโลก: `~/.config/opencode/commands/`
- ต่อโครงการ: `.opencode/commands/`
@@ -93,7 +93,7 @@ Run the full test suite with coverage report and show any failures.
Focus on the failing tests and suggest fixes.
```
-ชื่อไฟล์มาร์กดาวน์ในชื่อคำสั่งเช่น `test.md` ให้
+ชื่อไฟล์ Markdown ในชื่อคำสั่งเช่น `test.md` ให้
คุณวิ่ง:
```bash frame="none"