Add new files and fix existing files (#1913)

This commit is contained in:
Harshil Agrawal
2021-06-18 23:45:15 +02:00
committed by GitHub
parent 8c693ba6e3
commit 7994a41f0b
8 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"node": "n8n-nodes-base.git",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Core Nodes",
"Development"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/git"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.git/"
}
]
},
"subcategories": [
"Helpers"
]
}