diff --git a/docs/how-to-contribute.md b/docs/how-to-contribute.md index 953b710c..870a58c4 100644 --- a/docs/how-to-contribute.md +++ b/docs/how-to-contribute.md @@ -1,5 +1,5 @@ --- -sidebar_position: 5 +sidebar_position: 6 --- # Contribute to DAO DAO! diff --git a/docs/notifications/_category_.json b/docs/notifications/_category_.json new file mode 100644 index 00000000..656cd39c --- /dev/null +++ b/docs/notifications/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "🔔 Notifications", + "position": 4 +} diff --git a/docs/notifications/telegram.md b/docs/notifications/telegram.md new file mode 100644 index 00000000..828f15ce --- /dev/null +++ b/docs/notifications/telegram.md @@ -0,0 +1,77 @@ +--- +sidebar_position: 1 +--- + +# Telegram Notifications + +Setting up Telegram notifications takes 60 seconds. + +1. Start by navigating to https://t.me/dao_dao_notifier_bot and tapping the + `Start` button at the bottom. + + On Mobile: + + ![Telegram Mobile](/img/notifications/tg-start-mobile.jpg) + + On Desktop: + + ![Telegram Desktop](/img/notifications/tg-start-desktop.png) + +2. Once you tap the `Start` button, you should see instructions for tracking a + DAO. + + On Mobile: + + ![Telegram Mobile](/img/notifications/tg-started-mobile.jpg) + + On Desktop: + + ![Telegram Desktop](/img/notifications/tg-started-desktop.png) + +3. If you'd like to track DAOs with other people, add the bot to a group chat by + tapping its name at the top of the screen and then tapping the `Add to Group +or Channel` button at the bottom. + + When adding the bot to a group, it may ask if you want to make it an admin. + You do **_NOT_** need to do this. Adding it as a regular member is + sufficient. Also, it runs in privacy mode, so it can't read any of your + messages. + + If you just want private notifications, skip this step. + + On Mobile: + + ![Telegram Mobile](/img/notifications/tg-add-group-mobile.jpg) + + On Desktop: + + ![Telegram Desktop](/img/notifications/tg-add-group-desktop.png) + +4. Once the bot is in the chat where you want to receive notifications, just + send the command shown in the instructions to start tracking a DAO. You can + also paste the entire DAO URL from your browser instead of typing the address + manually. + + ``` + /add@dao_dao_notifier_bot DAO_ADDRESS + ``` + + On Mobile: + + ![Telegram Mobile](/img/notifications/tg-add-mobile.jpg) + + On Desktop: + + ![Telegram Desktop](/img/notifications/tg-add-desktop.png) + +5. Now you're done! When new proposals are created, the bot will message you + right away. + + If you added the bot to a group, everyone in the group will start receiving + notifications. + + If you added the bot to a private chat, you'll be the only one receiving + notifications. + + You can track additional DAOs by sending the same command from any chat that + the bot is in. diff --git a/docs/upgrading/_category_.json b/docs/upgrading/_category_.json index 2a427b16..a4fa85cc 100644 --- a/docs/upgrading/_category_.json +++ b/docs/upgrading/_category_.json @@ -1,4 +1,4 @@ -{ - "label": 🔺 Advanced Features & Upgrades, - "position": 4 +{ + "label": "🔺 Upgrading", + "position": 5 } diff --git a/static/img/notifications/tg-add-desktop.png b/static/img/notifications/tg-add-desktop.png new file mode 100644 index 00000000..2581d570 Binary files /dev/null and b/static/img/notifications/tg-add-desktop.png differ diff --git a/static/img/notifications/tg-add-group-desktop.png b/static/img/notifications/tg-add-group-desktop.png new file mode 100644 index 00000000..dc1ae410 Binary files /dev/null and b/static/img/notifications/tg-add-group-desktop.png differ diff --git a/static/img/notifications/tg-add-group-mobile.jpg b/static/img/notifications/tg-add-group-mobile.jpg new file mode 100644 index 00000000..8844d1ec Binary files /dev/null and b/static/img/notifications/tg-add-group-mobile.jpg differ diff --git a/static/img/notifications/tg-add-mobile.jpg b/static/img/notifications/tg-add-mobile.jpg new file mode 100644 index 00000000..ad01a62d Binary files /dev/null and b/static/img/notifications/tg-add-mobile.jpg differ diff --git a/static/img/notifications/tg-start-desktop.png b/static/img/notifications/tg-start-desktop.png new file mode 100644 index 00000000..260fa900 Binary files /dev/null and b/static/img/notifications/tg-start-desktop.png differ diff --git a/static/img/notifications/tg-start-mobile.jpg b/static/img/notifications/tg-start-mobile.jpg new file mode 100644 index 00000000..39bcfd6f Binary files /dev/null and b/static/img/notifications/tg-start-mobile.jpg differ diff --git a/static/img/notifications/tg-started-desktop.png b/static/img/notifications/tg-started-desktop.png new file mode 100644 index 00000000..9c929a7b Binary files /dev/null and b/static/img/notifications/tg-started-desktop.png differ diff --git a/static/img/notifications/tg-started-mobile.jpg b/static/img/notifications/tg-started-mobile.jpg new file mode 100644 index 00000000..d52b3034 Binary files /dev/null and b/static/img/notifications/tg-started-mobile.jpg differ