Update codex files (#2314)

This commit is contained in:
Harshil Agrawal
2021-10-14 19:24:15 +02:00
committed by GitHub
parent 7ddd6ad9c2
commit e3a7ca9184
2 changed files with 12 additions and 8 deletions

View File

@@ -3,7 +3,8 @@
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Core Nodes"
"Core Nodes",
"Utility"
],
"resources": {
"primaryDocumentation": [
@@ -13,13 +14,13 @@
]
},
"alias": [
"error",
"throw",
"exception"
"Throw error",
"Error",
"Exception"
],
"subcategories": {
"Core Nodes": [
"Flow"
"Core Nodes":[
"Helpers"
]
}
}