davebalmer / jo

Jo (0.5.0) is a thin (~16K) candy shell for making HTML5 apps. Jo works with: PhoneGap, Chrome, Safari, Opera, FireFox, iOS, Android, BlackBerry 10, Tizen, & Windows Phone 8+. Features include skinnable UI widgets, a clean event model and a light data layer.
MIT License
1.2k stars 180 forks source link

Include jsdocs/ in git repo #17

Closed markc closed 10 years ago

markc commented 13 years ago

Would it be possible to include jsdocs/ within the git repo so makedoc could work ootb?

../joDoc/jodoc --template jodocs/singletemplate.html ... > jodocs/docs/index.html

Maybe even called htdocs/ so it's obvious it's meant to be a live website. I'm interested in creating a simple static nodejs server that could show the docs from localhost:8000.

davebalmer commented 13 years ago

The doc builder used to be included, but became its own project: http://github.com/davebalmer/joDoc

But the template for the Jo docs isn't over there. Let me ponder on this and figure out how I want to hook this up. Stay tuned. :)