Add and update codex files (#1834)

*  Add and update codex files

* 🔨 Fix codex format

* 🔨 Fix codex format for remaining files
This commit is contained in:
Harshil Agrawal
2021-05-28 21:54:52 +02:00
committed by GitHub
parent ce632f71ae
commit 440971673c
53 changed files with 367 additions and 6 deletions

View File

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

View File

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