diff --git a/documentation/docs/pages/docs/changelog.mdx b/documentation/docs/pages/docs/changelog.mdx index a36347d6..2b3ea275 100644 --- a/documentation/docs/pages/docs/changelog.mdx +++ b/documentation/docs/pages/docs/changelog.mdx @@ -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 diff --git a/documentation/docs/pages/docs/start-building/chatbots/index.mdx b/documentation/docs/pages/docs/start-building/chatbots/index.mdx index d127f0f3..352b4eec 100644 --- a/documentation/docs/pages/docs/start-building/chatbots/index.mdx +++ b/documentation/docs/pages/docs/start-building/chatbots/index.mdx @@ -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. \ No newline at end of file diff --git a/documentation/docs/pages/docs/start-building/yaml-config/contracts.mdx b/documentation/docs/pages/docs/start-building/yaml-config/contracts.mdx index c92482a7..243bbb8c 100644 --- a/documentation/docs/pages/docs/start-building/yaml-config/contracts.mdx +++ b/documentation/docs/pages/docs/start-building/yaml-config/contracts.mdx @@ -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). \ No newline at end of file +You can configure chat to send messages You can read more about it [here](/docs/start-building/chatbots). \ No newline at end of file