Skip to content

Commit 5fdd4ee

Browse files
yutingzhao1991tingzhao.ytz
and
tingzhao.ytz
authored
docs: add Telegram group (#1134)
Co-authored-by: tingzhao.ytz <[email protected]>
1 parent 43c993e commit 5fdd4ee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.dumirc.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,10 @@ export default defineConfig({
212212
},
213213
{
214214
title: 'Community',
215-
items: [{ title: 'X (Twitter)', url: 'https://twitter.com/AntDesignWeb3' }],
215+
items: [
216+
{ title: 'X (Twitter)', url: 'https://twitter.com/AntDesignWeb3' },
217+
{ title: 'Telegram', url: 'https://t.me/antdweb3' },
218+
],
216219
},
217220
],
218221
'zh-CN': [
@@ -286,7 +289,10 @@ export default defineConfig({
286289
},
287290
{
288291
title: '社区',
289-
items: [{ title: 'X (Twitter)', url: 'https://twitter.com/AntDesignWeb3' }],
292+
items: [
293+
{ title: 'X (Twitter)', url: 'https://twitter.com/AntDesignWeb3' },
294+
{ title: 'Telegram', url: 'https://t.me/antdweb3' },
295+
],
290296
},
291297
],
292298
},

0 commit comments

Comments
 (0)