Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Aug 6, 2024
1 parent 6816d4d commit 6fda813
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
### Features
-------------------------------------------------

- feat: support chatbots on telegram - `https://rindexer.xyz/docs/start-building/chat-ops/telegram
- feat: support chatbots on discord - https://rindexer.xyz/docs/start-building/chat-ops/discord
- feat: support chatbots on slack - https://rindexer.xyz/docs/start-building/chat-ops/slack
- feat: support chatbots on telegram - https://rindexer.xyz/docs/start-building/chatbots/telegram
- feat: support chatbots on discord - https://rindexer.xyz/docs/start-building/chatbots/discord
- feat: support chatbots on slack - https://rindexer.xyz/docs/start-building/chatbots/slack
- feat: support streams with kafka - https://rindexer.xyz/docs/start-building/streams/kafka
- feat: support streams with rabbitmq - https://rindexer.xyz/docs/start-building/streams/rabbitmq
- feat: support streams with webhooks - https://rindexer.xyz/docs/start-building/streams/webhooks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ block range of 10 blocks. Telegrams bots are really only meant to be ran sending

Supported Chatbots providers:

- [Telegram](/docs/start-building/chat-ops/telegram) - Send messages to your Telegram chats
- [Discord](/docs/start-building/chat-ops/discord) - Send messages to your Discord chats
- [Slack](/docs/start-building/chat-ops/slack) - Send messages to your Slack channels
- [Telegram](/docs/start-building/chatbots/telegram) - Send messages to your Telegram chats
- [Discord](/docs/start-building/chatbots/discord) - Send messages to your Discord chats
- [Slack](/docs/start-building/chatbots/slack) - Send messages to your Slack channels

Want any other chat provider to be supported? [Create an issue](https://github.com/joshstevens19/rindexer/issues/new) and we will look into it.
Original file line number Diff line number Diff line change
Expand Up @@ -638,4 +638,4 @@ to index the data. You can read more about it [here](/docs/start-building/stream

## chat

You can configure chat to send messages You can read more about it [here](/docs/start-building/chat-ops).
You can configure chat to send messages You can read more about it [here](/docs/start-building/chatbots).

0 comments on commit 6fda813

Please sign in to comment.