ContributionΒΆ

You are very welcome to help improving the aldryn-standard-boilerplate, especially the documentation. Feel free to fork and send us pull requests.

To extend and run the documentation, you will have to manually install Sphinx. The automated setup takes care of the rest:

  1. navigate to docs cd docs
  2. run make init to install additional requirements
  3. run make run to let the server run

When opening localhost:8000 the screen might appear blank. This is due to the fact that the docs/_build folder is not yet created. Simply change something within an *.rst file and refresh the page. Livereload will than take care of the rest to auto refresh your page on change.