diff --git a/config/tools-manual.json b/config/tools-manual.json index bf6715de33b..c3fc4bbd7e0 100644 --- a/config/tools-manual.json +++ b/config/tools-manual.json @@ -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": [ @@ -264,7 +268,8 @@ "react" ], "categories": [ - "documentation-generator" + "documentation-generator", + "generator-template" ], "hasCommercial": false } diff --git a/scripts/tools/categorylist.js b/scripts/tools/categorylist.js index 02bd86dbac7..28ef9414586 100644 --- a/scripts/tools/categorylist.js +++ b/scripts/tools/categorylist.js @@ -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",