insodoc / insomnia-documenter

Tool to create minimalist and beautiful API documentation pages using your Insomnia workspace export file.
MIT License
492 stars 59 forks source link

fix: the a11y issues #75

Closed devhammed closed 3 years ago

devhammed commented 3 years ago

Some of the existing components uses link when there is a need for something clickable with the expense of using javascript: links but it is more a11y friendly to use normal element like span then use cursor: pointer.