Replies: 1 comment
-
see another discussion: #32171 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the
gatsby-transformer-remark
plugin to generate content in my product's site from markdown files, along withgatsby-remark-autolink-headers
to add anchor links for each header in an article. This has been great, but it would really helpful to add a side navbar to our articles that pulls in the anchor links from the headers and displays them like a TOC the user can refer to jump to various parts of the article as they see fit.Given what i'm already doing I figure this must be possible, but i'm not an enough an expert in gatsby or react to do this on my own. Does anyone know if there's a plug-in that can do what i'm asking for, or a guide that can help me designing a component for this?
Beta Was this translation helpful? Give feedback.
All reactions