docs: consolidate grammy links to telegram

This commit is contained in:
Ayaan Zaidi
2026-02-27 07:42:51 +05:30
committed by Ayaan Zaidi
parent 1f68010bd6
commit 035a2dbb40
3 changed files with 7 additions and 10 deletions

View File

@@ -43,6 +43,5 @@ Text is supported everywhere; media and reactions vary by channel.
stores more state on disk. stores more state on disk.
- Group behavior varies by channel; see [Groups](/channels/groups). - Group behavior varies by channel; see [Groups](/channels/groups).
- DM pairing and allowlists are enforced for safety; see [Security](/gateway/security). - DM pairing and allowlists are enforced for safety; see [Security](/gateway/security).
- Telegram internals: [grammY notes](/channels/grammy).
- Troubleshooting: [Channel troubleshooting](/channels/troubleshooting). - Troubleshooting: [Channel troubleshooting](/channels/troubleshooting).
- Model providers are documented separately; see [Model Providers](/providers/models). - Model providers are documented separately; see [Model Providers](/providers/models).

View File

@@ -137,7 +137,7 @@
}, },
{ {
"source": "/providers/grammy", "source": "/providers/grammy",
"destination": "/channels/grammy" "destination": "/channels/telegram"
}, },
{ {
"source": "/providers/imessage", "source": "/providers/imessage",
@@ -365,7 +365,11 @@
}, },
{ {
"source": "/grammy", "source": "/grammy",
"destination": "/channels/grammy" "destination": "/channels/telegram"
},
{
"source": "/channels/grammy",
"destination": "/channels/telegram"
}, },
{ {
"source": "/group-messages", "source": "/group-messages",
@@ -1271,12 +1275,7 @@
}, },
{ {
"group": "Technical reference", "group": "Technical reference",
"pages": [ "pages": ["reference/wizard", "reference/token-use", "reference/prompt-caching"]
"reference/wizard",
"reference/token-use",
"reference/prompt-caching",
"channels/grammy"
]
}, },
{ {
"group": "Concept internals", "group": "Concept internals",

View File

@@ -73,7 +73,6 @@ Use these hubs to discover every page, including deep dives and reference docs t
- [Model providers hub](/providers/models) - [Model providers hub](/providers/models)
- [WhatsApp](/channels/whatsapp) - [WhatsApp](/channels/whatsapp)
- [Telegram](/channels/telegram) - [Telegram](/channels/telegram)
- [Telegram (grammY notes)](/channels/grammy)
- [Slack](/channels/slack) - [Slack](/channels/slack)
- [Discord](/channels/discord) - [Discord](/channels/discord)
- [Mattermost](/channels/mattermost) (plugin) - [Mattermost](/channels/mattermost) (plugin)