Skip to content

sulu/sulu-docs

Repository files navigation

Sulu Documentation

The Sulu Documentation can be found on (http://docs.sulu.io).

Contributing

If there's something missing or wrong, feel free to contribute or contact us. We are on Twitter @sulu and we got a Slack Channel.

Build Documentation Locally

If you are planning to create a pull request to this documentation repository you may want to check if your changes are valid. You can achieve that by using the make tool.

Before you can build the docs locally, make sure that you have installed sphinx.

Start the building process by executing

make html

After that you can check the result in the _build/html folder.