accessible-menu
accessible-menu copied to clipboard
Docs: API documentation is not properly responsive
Summary
The mobile version of the API docs needs a lot of work. Desktop looks fine, but when you're looking at it on a phone there are multiple elements that don't truly fit on the screen.
Solution
Add custom CSS to fix issues where various elements cause horizontal scroll and other mobile issues.
I've done some looking into this and as much as I liked the idea of having the documentation auto-generated from a time-spent perspective, I don't think the hit the documentation take to usability/readability is worth it.
Perhaps looking into a github pages setup using vuepress or vitepress would be worth while since it looks a hell of a lot better than the auto generated templates. This would be a pretty big undertaking, but I think it would be worth it in the end- possible would need it's own project to maybe reference the bootstrap variants as well. This way documentation updates don't get take a backseat to feature/bug updates.
Vitepress would be a viable option with #199
Updated title and description.