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:
28
packages/nodes-base/nodes/Redis/Redis.node.json
Normal file
28
packages/nodes-base/nodes/Redis/Redis.node.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"node": "n8n-nodes-base.redis",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": [
|
||||
"Development",
|
||||
"Data & Storage"
|
||||
],
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/redis"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.redis/"
|
||||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "Why this Product Manager loves n8n",
|
||||
"icon": "🧠",
|
||||
"url": "https://medium.com/n8n-io/why-this-product-manager-loves-n8n-215dc273d86a"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user