Closed gberger closed 10 years ago
Take a look at #133. The 2.0 branch has built-in themes support. It doesn't have JSON or Markdown implemented yet but it can be done using the described mechanism (here's the default one for instance: https://github.com/coffeedoc/codo/tree/master/themes/default). Pull requests are welcome.
FYI. I needed json and couldn't find anything that already existed so I built my own json template: https://www.npmjs.com/package/codo-theme-json
I like using codo's tags to document my project.
However, I need to get output in some other form, be it Markdown, or some giant JSON, or whatever.
I want to use this output to publish the documentation in other formats; the generated site does not suit my needs.