Skip to content

sulu/sulu-docs

Folders and files

NameName
Last commit message
Last commit date
Sep 26, 2024
Jun 5, 2024
Jan 21, 2025
Dec 11, 2024
Apr 28, 2025
Dec 1, 2022
Apr 26, 2024
Jan 21, 2025
Jan 29, 2025
Sep 3, 2018
Apr 30, 2024
Aug 15, 2014
Sep 26, 2022
Dec 18, 2024
Oct 25, 2019
Aug 15, 2014
Apr 30, 2024

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.