trulia / hologram

A markdown based documentation system for style guides.

Home Page:http://trulia.github.io/hologram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seperate JSON file output

lawwantsin opened this issue · comments

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.