diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index c2b0e2b..0c6c3e2 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -21,7 +21,7 @@ import { CardGrid, Card } from "@astrojs/starlight/components" - Federated Nexus hosts a free [Matrix](https://matrix.org) instance, using the [Continuwuity](https://continuwuity.org/) software. Matrix is an open-source communications platform, allowing you to chat to communities of your choice. We also host multiple matrix bridges, including a Discord bridge, a WhatsApp puppet, and even an SMS puppet! [Learn More...](services/matrix) + Federated Nexus hosts a free [Matrix](https://matrix.org) instance, using the [Continuwuity](https://continuwuity.org/) software. Matrix is an open-source communications platform, allowing you to chat to communities of your choice. We also host multiple matrix bridges, including a WhatsApp puppet, and a SMS puppet! [Learn More...](services/matrix) diff --git a/src/content/docs/services/matrix.mdx b/src/content/docs/services/matrix.mdx index bda393b..3255a41 100644 --- a/src/content/docs/services/matrix.mdx +++ b/src/content/docs/services/matrix.mdx @@ -60,9 +60,8 @@ Federated Nexus runs [Continuwuity](https://continuwuity.org/), a Rust implement ## Bridges -Federated Nexus hosts multiple "bridges" and "puppets", to let you talk to people on other platforms from Matrix: +Federated Nexus hosts multiple puppets to let you talk to people on other platforms from Matrix: -- [Out of Your Element](https://gitdab.com/cadence/out-of-your-element) (OOYE, Discord bridge): You can control OOYE via its web UI: https://ooye.federated.nexus. From this intuitive web UI, Discord server admins can log into their Discord account, and easily set up a bridged Matrix space using the "Easy mode" option. Or, for the more advanced users, they can use the "Self-service" option to manually control the bridge, rather than creating a whole new Matrix space. - [mautrix-gmessages](https://docs.mau.fi/bridges/go/gmessages/index.html) (SMS puppet): You can use mautrix-gmessages to bridge SMS chats over to Matrix, including both reading and sending SMS. You can set it up for yourself with [their instructions](https://docs.mau.fi/bridges/go/gmessages/authentication.html). - [mautrix-whatsapp](https://docs.mau.fi/bridges/go/whatsapp/index.html) (WhatsApp puppet): With mautrix-whatsapp, you can bridge your WhatsApp chats to Matrix, in a very similar way to the SMS bridge. See [their instructions](https://docs.mau.fi/bridges/go/whatsapp/authentication.html) for setup.