You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using docsify to generate organization documentation for an organization on my school's campus. I've noticed that when using a screen reader to test accessibility, it first tabs through the aside before going to the main content.
The current standard is to add a skip link to the main content.
I've tried adding a skip link manually with no luck, and it appears I have to dig into the docsify code in order to be able to add one.
That being said, an option to generate a skip link will really help with screen reader accessibility for documentation generated through this project.