mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-11 07:04:06 -08:00
f258f3ca33
* ✨ 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>
28 lines
581 B
JSON
28 lines
581 B
JSON
{
|
|
"node": "n8n-nodes-base.mongoDb",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": [
|
|
"Development",
|
|
"Data & Storage"
|
|
],
|
|
"resources": {
|
|
"credentialDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/credentials/mongoDb"
|
|
}
|
|
],
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.mongoDb/"
|
|
}
|
|
],
|
|
"generic": [
|
|
{
|
|
"label": "Mattias Larsson talks about running n8n on ships",
|
|
"icon": "🛳",
|
|
"url": "https://medium.com/n8n-io/mattias-larsson-talks-about-running-n8n-on-ships-d5d72f108461"
|
|
}
|
|
]
|
|
}
|
|
} |