FAQ
Can I obtain a zip file of all of this documentation?
We keep a zip file of the docs at http://docs.broadleafcommerce.org/current/single-page.tar.gz.
You will need to run this as a webserver to get images and stylesheets. The easiest way to do this is Python's SimpleHTTPServer, which you can invoke with the
following command:
python -m SimpleHTTPServer 9090