Skip to content

Commit

Permalink
feat(docs): Add Discord ChatGPT demo link (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xinhua authored May 31, 2023
1 parent 05418c5 commit 0d97c5b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/zh-cn/.vitepress/tutorial-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export default [
{ text: '开发钉钉 ChatGPT 机器人', link: 'https://aircode.cool/xspb3by9fs' },
{ text: '开发企业微信 ChatGPT 应用', link: 'https://aircode.cool/54fhemjpk2' },
{ text: '开发 Slack ChatGPT 机器人', link: 'https://aircode.cool/zx85v6ac4s' },
{ text: '开发 Discord ChatGPT 机器人', link: 'https://aircode.cool/uumhsex1uc' },
];
6 changes: 6 additions & 0 deletions docs/zh-cn/src/_partials/_tutorials-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@
description="开发一个 Slack 机器人,不仅可以对话聊天,还可以接入 ChatGPT,变为一个智能助理"
open-in-new-tab
/>
<ListBox
title="开发 Discord ChatGPT 机器人"
link="https://aircode.cool/uumhsex1uc"
description="快速开发一个 Discord 机器人,并且使用命令行与 ChatGPT 进行交互"
open-in-new-tab
/>
</ListBoxContainer>
7 changes: 7 additions & 0 deletions docs/zh-cn/src/chatgpt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,11 @@ aside: false
imageHeight=600
openInNewTab=true
/>
<ListBox
title="你的第一个 Discord ChatGPT 机器人"
link="https://aircode.cool/uumhsex1uc"
imageURL="/_images/chatGPT-index/discord-chatgpt-bot.gif"
imageHeight=600
openInNewTab=true
/>
</ListBoxContainer>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d97c5b

Please sign in to comment.