Skip to content

Commit

Permalink
⚡ Add and update codex files (#2679)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil1712 authored Jan 15, 2022
1 parent add9c30 commit 7ff7c53
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"node": "n8n-nodes-base.microsoftGraphSecurity",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Development"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/microsoft"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.microsoftGraphSecurity/"
}
]
}
}
20 changes: 20 additions & 0 deletions packages/nodes-base/nodes/Supabase/Supabase.node.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"node": "n8n-nodes-base.supabase",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Data & Storage"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/supabase"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.supabase/"
}
]
}
}
5 changes: 3 additions & 2 deletions packages/nodes-base/nodes/Switch/Switch.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
"Filter",
"Condition",
"Logic",
"Branch"
"Branch",
"Case"
],
"subcategories": {
"Core Nodes": [
"Flow"
]
}
}
}
20 changes: 20 additions & 0 deletions packages/nodes-base/nodes/SyncroMSP/SyncroMsp.node.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"node": "n8n-nodes-base.syncroMsp",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Productivity"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/syncroMsp"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.syncroMsp/"
}
]
}
}

0 comments on commit 7ff7c53

Please sign in to comment.