SassDoc / sassdoc

Release the docs!
http://sassdoc.com
MIT License
1.41k stars 56 forks source link

General questions #541

Closed lipedeitos closed 5 years ago

lipedeitos commented 5 years ago

There's anyway of outputting multiple files, one for each input ou maybe one per @group? Can we just extract the sassdoc comments straight through html, without, the cleanest way possible, so we could put those files inside our own structure? Finally, can we output markdown instead of html?

(I'v made a lot of research before posting this but the results are awful)

pascalduez commented 5 years ago

Hi,

just use SassDoc in "parse" mode and use of the data in any way you like.

sassdoc --parse http://sassdoc.com/getting-started/#options
sassdoc.parse() http://sassdoc.com/node/#using-raw-data
Make your own theme http://sassdoc.com/using-your-own-theme

Some built a Restructured text theme for instance: https://github.com/ellioseven/sassdoc-theme-rest