We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf43aa commit b56228fCopy full SHA for b56228f
src/components/Sidebar/data.js
@@ -371,7 +371,7 @@ export default {
371
badge: (
372
<div className="flex items-center gap-2">
373
<IconContainer alt="https://media.liara.ir/ai/ai-sdk/ai-sdk-official-icon.png" />
374
- راهنمای پختوپز
+ راهنمای گامبهگام
375
</div>
376
)
377
},
@@ -387,6 +387,10 @@ export default {
387
title: "ساخت چت بات در Slack",
388
link: "/ai/cookbook/slackbot"
389
390
+ {
391
+ title: "ساخت ربات تلگرام مترجم",
392
+ link: "/ai/cookbook/translator-telegrambot"
393
+ },
394
{
395
title: "شروع به کار با GPT-4.1",
396
link: "/ai/cookbook/openai-gpt-4-1"
0 commit comments