Skip to content

Commit

Permalink
rm discord (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaaaa authored Oct 10, 2024
1 parent 394c765 commit 62a12d1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
1 change: 1 addition & 0 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { CustomHomePage } from '../components/CustomHomePage'
import '../styles.css';

<CustomHomePage.Root>
<CustomHomePage.Headline>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/notifications/notif-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ You can now send notifications to your device using an [XMTP push notification c
}
```

- If you run into any other issues or questions, don't hesitate to ask for help in the [XMTP Discord](https://discord.gg/xmtp).
- If you run into any other issues or questions, don't hesitate to ask for help in the [XMTP Devs 💪 group chat](https://converse.xyz/group-invite/a0XKzl9oVpWNXcuYDZLMf), powered by XMTP.
6 changes: 3 additions & 3 deletions docs/pages/perf-ux/xmtp-metamask-snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ To learn more, see [Installing and upgrading Snaps](https://github.com/xmtp/xmtp

Users of the Snap:

- Email: [support@xmtp.com](mailto:support@xmtp.com)
- Discord: [User support channel](https://discord.com/channels/831836269558235136/1149024081874784356)
- [support@xmtp.com](mailto:support@xmtp.com)
- [User support forum](https://community.xmtp.org/c/help/get-help-and-guidance-about-using-apps-and-services-built-with-xmtp/75)

Developers building with the Snap:

- Discord: [Developer support channel](https://discord.com/channels/831836269558235136/1080102336564826193)
- [XMTP Devs 💪 group chat](https://converse.xyz/group-invite/a0XKzl9oVpWNXcuYDZLMf), powered by XMTP
6 changes: 3 additions & 3 deletions docs/pages/z_archive/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Have a question? Want to discuss an idea or protocol improvement? Start or join

[Join the discussion](https://community.xmtp.org/)

## Discord
## XMTP Devs 💪 group chat

Chat with the XMTP community. Say 👋, join a dev hangout, or get support.
Get dev support and chat with the XMTP dev community.

[Chat with other builders](https://discord.gg/xmtp)
[Chat with other builders](https://converse.xyz/group-invite/a0XKzl9oVpWNXcuYDZLMf)

## 𝕏

Expand Down
5 changes: 1 addition & 4 deletions vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineConfig({
},
iconUrl: "/x-mark-blue.png",
topNav: [
{ text: "Support 💬", link: "https://converse.xyz/group-invite/a0XKzl9oVpWNXcuYDZLMf" },
{ text: "XMTP.org", link: "https://xmtp.org/" },
],
ogImageUrl: {
Expand All @@ -36,10 +37,6 @@ export default defineConfig({
"https://vocs.dev/api/og?logo=%logo&title=%title&description=%description",
},
socials: [
{
icon: "discord",
link: "https://discord.gg/xmtp",
},
{
icon: "github",
link: "https://github.com/xmtp",
Expand Down

0 comments on commit 62a12d1

Please sign in to comment.