Skip to content

Commit 2a245df

Browse files
authored
chore: add lark group link (#3499)
1 parent 24d384b commit 2a245df

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

apps/website-new/docs/en/guide/start/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ Module Federation aims to become an architectural method for building large web
5252
- Offering more high-level framework capabilities like Router, Sandbox, SSR
5353
- Providing best practices for large web applications based on Module Federation
5454

55+
## Follow Us
56+
57+
* [GitHub - Star us on GitHub](https://github.com/module-federation/core)
58+
* [Discord](https://discord.com/channels/1055442562959290389/1055442563718467637)
59+
* [Lark Group (Chinese Community)](https://applink.larkoffice.com/client/chat/chatter/add_by_link?link_token=a41s8f79-741f-41ba-8349-395d9a0e9662)
60+
5561
## ✨ Next Steps
5662

5763
You might want to:

apps/website-new/docs/en/guide/start/quick-start.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,3 +313,9 @@ You may want to:
313313
description="Understand the concepts related to Module Federation"
314314
/>
315315
</NextSteps>
316+
317+
## Follow Us
318+
319+
* [GitHub - Star us on GitHub](https://github.com/module-federation/core)
320+
* [Discord](https://discord.com/channels/1055442562959290389/1055442563718467637)
321+
* [Feishu Group (Chinese Community)](https://applink.larkoffice.com/client/chat/chatter/add_by_link?link_token=a41s8f79-741f-41ba-8349-395d9a0e9662)

apps/website-new/docs/zh/guide/start/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ Module Federation 希望能成为构建大型 Web 应用的一个架构方式,
5959
- 提供更多的上层框架能力 Router、Sandbox、SSR
6060
- 提供大型 Web 应用基于 Module Federation 的最佳实践
6161

62+
## 关注我们
63+
64+
* [GitHub - 请给我们点个 star](https://github.com/module-federation/core)
65+
* [Discord](https://discord.com/channels/1055442562959290389/1055442563718467637)
66+
* [飞书交流群](https://applink.larkoffice.com/client/chat/chatter/add_by_link?link_token=a41s8f79-741f-41ba-8349-395d9a0e9662)
67+
68+
6269
## ✨ 下一步
6370

6471
你可能想要:

apps/website-new/rspress.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ export default defineConfig({
6969
mode: 'link',
7070
content: 'https://discord.gg/T8c6yAxkbv',
7171
},
72+
{
73+
icon: 'lark',
74+
mode: 'link',
75+
content:
76+
'https://applink.larkoffice.com/client/chat/chatter/add_by_link?link_token=a41s8f79-741f-41ba-8349-395d9a0e9662',
77+
},
7278
],
7379
},
7480
plugins: [

0 commit comments

Comments
 (0)