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 Modelina to new tools dashboard #1301

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
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
15 changes: 14 additions & 1 deletion config/tools-manual.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,19 @@
"categories": ["code-generator", "documentation-generator"]
}
},
{
"title": "AsyncAPI Modelina",
"description": "Modelina is a tool you can use to generate data models to represent the message payloads in a highly customizable manner.",
"links": {
"docsUrl": "https://github.com/asyncapi/modelina",
"repoUrl": "https://github.com/asyncapi/modelina"
},
"filters": {
"language": "TypeScript",
"technology": ["Kotlin", "Java", "TypeScript", "JavaScript", "Rust", "Go", "Dart", "C#", "Python"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonaslagoni @derberg Are these languages should be added as a part of technology?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah @jonaslagoni I suggest not to put it in technology as this is not a technology that modelina uses. Just put a full list in description.

also, side question, do you really want to add it manually? don't you want to control it on your own in modelina repo through .asyncapi-tool? maybe you did not know such option is possible? https://deploy-preview-1265--asyncapi-website.netlify.app/blog/new-asyncapi-tools-page

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonaslagoni pingy

"categories": ["code-generator"]
}
},
{
"title": "Node-RED AsyncAPI plugin",
"description": "A plugin for generating and configuring nodes for Kafka, MQTT, AMQP, etc. automatically from an AsyncAPI specification.",
Expand Down Expand Up @@ -643,4 +656,4 @@
"description": "The following is a list of extensions for different IDEs like VSCode, IntelliJ IDEA and others",
"toolsList": []
}
}
}