Add codex files (#2566)

This commit is contained in:
Harshil Agrawal 2021-12-14 23:16:37 +01:00 committed by GitHub
parent 984a7a5301
commit a479f4f084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{
"node": "n8n-nodes-base.dhl",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Miscellaneous"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/dhl"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.dhl/"
}
]
},
"alias": [
"Shipping"
]
}

View file

@ -0,0 +1,20 @@
{
"node": "n8n-nodes-base.googleCalendarTrigger",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Productivity"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/google"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.googleCalendarTrigger/"
}
]
}
}

View file

@ -0,0 +1,24 @@
{
"node": "n8n-nodes-base.grafana",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Development",
"Analytics"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/grafana"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.grafana/"
}
]
},
"alias": [
"Prometheus"
]
}