Skip to content

Commit b56228f

Browse files
committed
docs: add cookbook/translator-telegrambot
1 parent 7bf43aa commit b56228f

File tree

2 files changed

+541
-1
lines changed

2 files changed

+541
-1
lines changed

src/components/Sidebar/data.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export default {
371371
badge: (
372372
<div className="flex items-center gap-2">
373373
<IconContainer alt="https://media.liara.ir/ai/ai-sdk/ai-sdk-official-icon.png" />
374-
راهنمای پخت‌وپز
374+
راهنمای گام‌به‌گام
375375
</div>
376376
)
377377
},
@@ -387,6 +387,10 @@ export default {
387387
title: "ساخت چت بات در Slack",
388388
link: "/ai/cookbook/slackbot"
389389
},
390+
{
391+
title: "ساخت ربات تلگرام مترجم",
392+
link: "/ai/cookbook/translator-telegrambot"
393+
},
390394
{
391395
title: "شروع به کار با GPT-4.1",
392396
link: "/ai/cookbook/openai-gpt-4-1"

0 commit comments

Comments
 (0)