documentationjs / documentation

:book: documentation for modern JavaScript
http://documentation.js.org/
Other
5.79k stars 481 forks source link

Markdown only theme #1097

Open Radiergummi opened 6 years ago

Radiergummi commented 6 years ago

I've just finished a documentation.js theme that renders to plain markdown, so I can integrate the output in my documentation generator (mkdocs in this case). Since the default markdown output renders everything in a single file, I hacked my way around the default HTML theme to get it to write the individual sections into markdown files, properly formatted and linked.
This has worked out pretty smooth, you can take a look here: https://radiergummi.github.io/journeyman

Now my actual question is - would you guys be interested in such a theme? It's kind of a duct tape solution right now but I would certainly be happy to rebuild it properly.

tmcw commented 6 years ago

Super cool! Sure - if you've got the time to refactor it into something PR-able, we'd definitely be into it.