mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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>
20 lines
357 B
JSON
20 lines
357 B
JSON
{
|
|
"node": "n8n-nodes-base.stravaTrigger",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": [
|
|
"Productivity"
|
|
],
|
|
"resources": {
|
|
"credentialDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/credentials/strava"
|
|
}
|
|
],
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.stravaTrigger/"
|
|
}
|
|
]
|
|
}
|
|
} |