diff --git a/src/gurubase-backend/ARCHITECTURE.md b/src/gurubase-backend/ARCHITECTURE.md index 35c4b57..52b40d9 100644 --- a/src/gurubase-backend/ARCHITECTURE.md +++ b/src/gurubase-backend/ARCHITECTURE.md @@ -559,9 +559,6 @@ The following integrations are available: ![Slack Bot](imgs/slack-bot.png) -##### Cloud - - Slack integration on the cloud is straightforward. You just have to go through the installation process from the dashboard. Once the installation is complete, you need to select channels to listen to. Then, you can start using the bot by mentioning it in the selected channels and asking questions. ![Empty Slack Integration](imgs/empty-slack-integration.png) @@ -570,18 +567,12 @@ Slack integration on the cloud is straightforward. You just have to go through t > You can click on the "Send Test Message" button to test if the integration is working. -##### Self-Hosted - -TODO: - > For private channels, you need to invite the bot to the channel manually. #### Discord ![Discord Bot](imgs/discord-bot.png) -##### Cloud - Discord integration is similar to Slack. You need to go through the installation process from the dashboard. Once the installation is complete, you need to select channels to listen to. Then, you can start using the bot by mentioning it in the selected channels and asking questions. ![Empty Discord Integration](imgs/empty-discord-integration.png) @@ -590,11 +581,6 @@ Discord integration is similar to Slack. You need to go through the installation > You can also click on the "Send Test Message" button to test if the integration is working. - -##### Self-Hosted - -TODO: - > For private channels, you need to invite the bot to the channel manually. #### Web Widget diff --git a/src/gurubase-backend/imgs/discord-bot.png b/src/gurubase-backend/imgs/discord-bot.png index c48cd4c..b9ee504 100644 Binary files a/src/gurubase-backend/imgs/discord-bot.png and b/src/gurubase-backend/imgs/discord-bot.png differ diff --git a/src/gurubase-backend/imgs/slack-bot.png b/src/gurubase-backend/imgs/slack-bot.png index 5f2a859..d31e9e0 100644 Binary files a/src/gurubase-backend/imgs/slack-bot.png and b/src/gurubase-backend/imgs/slack-bot.png differ diff --git a/src/gurubase-backend/imgs/web-widget.png b/src/gurubase-backend/imgs/web-widget.png index 6d3fa9a..1952e5e 100644 Binary files a/src/gurubase-backend/imgs/web-widget.png and b/src/gurubase-backend/imgs/web-widget.png differ