trulia / hologram

A markdown based documentation system for style guides.
http://trulia.github.io/hologram
Other
2.16k stars 199 forks source link

Seperate JSON file output #262

Open lawwantsin opened 8 years ago

lawwantsin commented 8 years ago

hey folks, i'm interested in contributing to the hologram gem.

specifically outputting a .json file of the @pages variable so a js search can be easily added.

cortana has something that outputs an inline js variable in the .html. but my goal is to output a separate .json file with all components when someone builds the html via rake so adding a react front end is trivial.

i've been looking through the code and it's very abstracted. can you please point me where to start and i'll figure out the rest? thanks.