Skip to content

Commit

Permalink
feat: add new category to categorylist.js (#2197)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <[email protected]>
  • Loading branch information
TheEques and derberg authored Oct 7, 2023
1 parent f34fc91 commit c2ef935
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/tools-manual.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
}
]
},
"AsyncAPI Generator Templates": {
"description": "The following is a list of templates compatible with AsyncAPI Generator. You can use them to generate apps, clients or documentation from your AsyncAPI documents.",
"toolsList": []
},
"Code-first tools": {
"description": "The following is a list of tools that generate AsyncAPI documents from your code.",
"toolsList": [
Expand Down Expand Up @@ -264,7 +268,8 @@
"react"
],
"categories": [
"documentation-generator"
"documentation-generator",
"generator-template"
],
"hasCommercial": false
}
Expand Down
5 changes: 5 additions & 0 deletions scripts/tools/categorylist.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ const categoryList = [
tag: "ide-extension",
description: "The following is a list of extensions for different IDEs like VSCode, IntelliJ IDEA and others"
},
{
name: "AsyncAPI Generator Templates",
tag: "generator-template",
description: "The following is a list of templates compatible with AsyncAPI Generator. You can use them to generate apps, clients or documentation from your AsyncAPI documents."
},
{
name: "Others",
tag: "other",
Expand Down

0 comments on commit c2ef935

Please sign in to comment.