From 8c5df97dad0a03e96bd15e855813c5f43ae9356f Mon Sep 17 00:00:00 2001 From: tech-fever <105153585+tech-fever@users.noreply.github.com> Date: Wed, 22 Jun 2022 19:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9config.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 6 ++++-- docs/{ => case}/case3.md | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename docs/{ => case}/case3.md (100%) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index d30115ff..ed7bddcb 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -126,7 +126,8 @@ function getCaseSidebarZhCN() { text: '社区项目', children: [ { text: '搭建哪吒 Telegram 机器人', link: '/case/case1' }, - { text: '使用Siri语音运行快捷指令查询服务器状态', link: '/case/case2' } + { text: '使用Siri语音运行快捷指令查询服务器状态', link: '/case/case2' }, + { text: '自建多语言 Telegram 服务器查询机器人', link: '/case/case3' } ] } ] @@ -191,7 +192,8 @@ function getCaseSidebarEnUS() { text: 'Community Projects', children: [ { text: 'Build your own Telegram bot to query server information', link: '/en_US/case/case1' }, - { text: 'Use Siri to run shortcut to check server status', link: '/en_US/case/case2' } + { text: 'Use Siri to run shortcut to check server status', link: '/en_US/case/case2' }, + { text: 'Build your own telegram query robot that supports multi-language', link: '/en_US/case/case3' } ] } ] diff --git a/docs/case3.md b/docs/case/case3.md similarity index 100% rename from docs/case3.md rename to docs/case/case3.md