mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✨ Add Node Codex (#1335)
* ✨ Add Node Codex 📇 * ⚡Add codex files for new nodes * ⚡ Change category for Affinity * 🔨 Fix credential documentation link * ⚡Improve styling * ⚡Add blogposts Co-authored-by: Amudhan <sm.amudhan@live.com>
This commit is contained in:
26
packages/nodes-base/nodes/Telegram/Telegram.node.json
Normal file
26
packages/nodes-base/nodes/Telegram/Telegram.node.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"node": "n8n-nodes-base.telegram",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": [
|
||||
"Communication"
|
||||
],
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/telegram"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.telegram/"
|
||||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "Creating Telegram Bots with n8n, a No-Code Platform",
|
||||
"url": "https://medium.com/n8n-io/creating-telegram-bots-with-n8n-a-no-code-platform-fdf1f0928da7"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
26
packages/nodes-base/nodes/Telegram/TelegramTrigger.node.json
Normal file
26
packages/nodes-base/nodes/Telegram/TelegramTrigger.node.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"node": "n8n-nodes-base.telegramTrigger",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": [
|
||||
"Communication"
|
||||
],
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/telegram"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.telegramTrigger/"
|
||||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "Creating Telegram Bots with n8n, a No-Code Platform",
|
||||
"url": "https://medium.com/n8n-io/creating-telegram-bots-with-n8n-a-no-code-platform-fdf1f0928da7"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user