mmurch / docdoc

docco'd source viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocDoc

This is a handy viewer for the javascript in your project using docco to prepare the source for viewing. Project is built using backbone boilerplate.

This is very much a work and progress, not production ready.

Configuration

Add a file called config.js to /server/modules that looks like this:

this.hgUrl = '[url of hg repo]';
this.localRepoPath = '[local repo root]';
this.modulePath = '[path from project root to modules root]';
this.stagingPath = '[staging directory to keep repo clean from renaming, etc.]';
this.basePath = '[root from os default to project]';

About

docco'd source viewer


Languages

Language:JavaScript 100.0%