From 279ee7f82c43c871aeb5581b8cacd26ec53ac372 Mon Sep 17 00:00:00 2001 From: TheEques Date: Tue, 3 Oct 2023 17:06:04 +0530 Subject: [PATCH] added new category to categorylist.js --- scripts/tools/categorylist.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/tools/categorylist.js b/scripts/tools/categorylist.js index 02bd86dbac7f..c9d9e5e6aa13 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 that specifies the generation process output by using the AsyncAPI generator and an AsyncAPI document." + }, { name: "Others", tag: "other",