Skip to content

Commit

Permalink
⚡ Add codex files (#2566)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil1712 authored Dec 14, 2021
1 parent 984a7a5 commit a479f4f
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/nodes-base/nodes/Dhl/Dhl.node.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
Original file line number Diff line number Diff line change
@@ -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/"
}
]
}
}
24 changes: 24 additions & 0 deletions packages/nodes-base/nodes/Grafana/Grafana.node.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit a479f4f

Please sign in to comment.