mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
c738aa53e9
* add or update documentation URLs for all credentials * add UTM params to documentation urls even when they are absolute urls * Setup a CI job to validate documentation urls after every release * Fix FacebookGraphApi documentation URL * also validate node documentation urls Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
29 lines
775 B
JSON
29 lines
775 B
JSON
{
|
|
"node": "n8n-nodes-base.functionItem",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Development", "Core Nodes"],
|
|
"resources": {
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/"
|
|
}
|
|
],
|
|
"generic": [
|
|
{
|
|
"label": "How uProc scraped a multi-page website with a low-code workflow",
|
|
"icon": " 🕸️",
|
|
"url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/"
|
|
},
|
|
{
|
|
"label": "7 no-code workflow automations for Amazon Web Services",
|
|
"url": "https://n8n.io/blog/aws-workflow-automation/"
|
|
}
|
|
]
|
|
},
|
|
"alias": ["Javascript", "Code", "Custom Code", "JS"],
|
|
"subcategories": {
|
|
"Core Nodes": ["Data Transformation"]
|
|
}
|
|
}
|