DocCollapse =========== The DocCollapse plugin is a very small, simple plugin that helps collapse large bodies of text (e.g. software documentation) into a manageable, expandable set of nested headers and text. The inspiration for creating this plugin was my startup's website docs located at [augurworks.net](http://augurworks.net:8080/docs). Setup and usage is described below. # Setup # To setup DocCollapse download the zip, unpack it, and move jquery.doccollapse.js into a folder in your project. Include the file in a web page and you're ready to use DocCollapse. # Basic Usage # Using DocCollapse is very easy. First add the jquery.doccollapse.js to your web page and then begin making your docs. The required format of your docs is as follows. The code block above shows the simplest example of a valid DocCollapse snippet. To initialize this block the following JavaScript would be run. $(document).ready(function() { $.DocCollapse('root') }) On page load DocCollapse finds the `