Add and update codex files (#2679)

This commit is contained in:
Harshil Agrawal 2022-01-15 19:54:44 +01:00 committed by GitHub
parent add9c30e38
commit 7ff7c53fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 2 deletions

View file

@ -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/"
}
]
}
}

View file

@ -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/"
}
]
}
}

View file

@ -31,11 +31,12 @@
"Filter",
"Condition",
"Logic",
"Branch"
"Branch",
"Case"
],
"subcategories": {
"Core Nodes": [
"Flow"
]
}
}
}

View file

@ -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/"
}
]
}
}