holidaypirates / nucleus

Nucleus is a living style guide generator for atomic css based components. It's a Node application parsing the source SCSS files and reading information from DocBlock annotations.
https://holidaypirates.github.io/nucleus/
MIT License
475 stars 43 forks source link

Feature: Make section headers relative links #58

Open benjamincharity opened 7 years ago

benjamincharity commented 7 years ago

It would be great if section titles were relative links. This would make it very easy to share a specific section with someone (ie during a discussion via Slack).

It looks as though the section titles already have an associated ID so all that would need to be done is wrap the titles in links.

Example

(clicking 'Colors' would add the ID to the URL so you could share a direct link iemydocs.com/nuclides.html#_Colors)

screen shot 2017-06-22 at 8 00 12 am