Skip to content

Commit

Permalink
added new category to categorylist.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEques committed Oct 3, 2023
1 parent 1735588 commit 279ee7f
Showing 1 changed file with 5 additions and 0 deletions.
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 that specifies the generation process output by using the AsyncAPI generator and an AsyncAPI document."
},
{
name: "Others",
tag: "other",
Expand Down

0 comments on commit 279ee7f

Please sign in to comment.