Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add new tool categories - api and editor #1155

Merged
merged 4 commits into from
Dec 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions scripts/tools/categorylist.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
const categoryList = [
{
name: "APIs",
tag: "api",
description: "The following is a list of apis that process the AsyncAPI document."
magicmatatjahu marked this conversation as resolved.
Show resolved Hide resolved
},
{
name: "Code-first tools",
tag: "code-first",
Expand All @@ -24,6 +29,11 @@ const categoryList = [
tag: "documentation generator",
description: "The following is a list of tools that generate human-readable documentation from an AsyncAPI document."
},
{
name: "Editors",
tag: "editor",
description: "The following is a list of editors or related tools that allow editing of AsyncAPI document."
},
{
name: "UI components",
tag: "ui component",
Expand Down