-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
[docs] Headings should be linkable #1181
Comments
You can click the quick nav link |
I forgot that was possible, doesn't seem easily discoverable + doesn't work on narrow viewports/mobile? |
Still feel like the headers should be linkable IMO, also, would be fairly easy to add no? I could make a quick PR for it |
I noticed this and forgot to mention it. The most common use-case for me is to click on the header and share a link with someone. I am already looking at the title, finding it again in the table of content seems like an overkill. |
This is also a big use-case for me, e.g. adding links to GH comments while doing support on-the-go I think API docs generally have this, examples of some docs I looked at recently: radix-select.mp4The subcomponents in the anatomy are links so that counts? I like that individual props are linkable too ariakit-select.mp4The links exist but they are invisible on mobile... ra-select.mp4fastify.mp4 |
Docs feedback
It's not possible to click headings to link to subsections of a page. Headings should have
<a>
tags around them with id hashes.The text was updated successfully, but these errors were encountered: