-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
Add tooltips to the fields inside Tool Card #1229
Comments
what kind of explanation needs to be written when hovering fields: |
Hey @akshatnema, Can I work on this issue? |
The description written in https://github.com/asyncapi/website/blob/master/scripts/tools/tools-schema.json file for each field, should be displayed here. You will have to find a way on how you will extract the description from respective fields.
Yes, you can work on this issue. |
Can I work on this? Have an idea to get the json data? |
Reason/Context
The Tool Card consists of various fields like
Languages
,Technologies
and many more. But the fields don't explain what they describe in a tool. Many of the contributors may get confused regarding thelanguage
when they see AsyncAPI Generator as a tool. Tools Dashboard - https://www.asyncapi.com/toolsDescription
Add tooltips aside from each field or on hover of the fields to specify what they denote/describe regarding the tool.
Preview of Tool Card:
The text was updated successfully, but these errors were encountered: