Skip to content

Commit b02cb29

Browse files
authored
docs: readme add discord and lark link (#7171)
1 parent 16d51a1 commit b02cb29

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ Thanks to the following friends for their contributions to Modern.js:
6868
<img src="https://opencollective.com/modernjs/contributors.svg?width=890&button=false" alt="contributors">
6969
</a>
7070

71+
## Community
72+
73+
Come and chat with us on [Discord](https://discord.gg/qPCqYg38De)! The Modern.js team and users are active there, and we're always looking for contributions.
74+
75+
7176
## Credits
7277

7378
Some implementations of Modern.js are modified from existing projects, such as [create-react-app](https://github.com/facebook/create-react-app), [remix](https://github.com/remix-run/remix), [jest](https://github.com/facebook/jest) and [bundle-require](https://github.com/egoist/bundle-require). Thanks for them.

README.zh-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ Modern.js 提供了一系列开箱即用的示例项目,你可以在 [modern-j
6868
<img src="https://opencollective.com/modernjs/contributors.svg?width=890&button=false" alt="contributors">
6969
</a>
7070

71+
## 社区
72+
73+
欢迎加入我们的 [Discord](https://discord.gg/qPCqYg38De) 交流频道!Modern.js 团队和用户都在那里活跃,并且我们一直期待着各种贡献。
74+
75+
你也可以加入[飞书群](https://applink.larkoffice.com/client/chat/chatter/add_by_link?link_token=d21hc667-9403-48a9-ba32-bc1440a80279) 与大家一起交流。
76+
7177
## Credits
7278

7379
Modern.js 中的部分代码是参考社区中的其他项目实现的,比如 [create-react-app](https://github.com/facebook/create-react-app)[remix](https://github.com/remix-run/remix)[jest](https://github.com/facebook/jest)[bundle-require](https://github.com/egoist/bundle-require) 等,感谢这些项目:

packages/document/main-doc/rspress.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ export default defineConfig({
6262
text: 'Edit this page on GitHub',
6363
},
6464
socialLinks: [
65+
{
66+
icon: 'discord',
67+
mode: 'link',
68+
content: 'https://discord.gg/qPCqYg38De',
69+
},
6570
{
6671
icon: 'github',
6772
mode: 'link',

0 commit comments

Comments
 (0)