An open API service indexing awesome lists of open source software.

https://github.com/sulu/sulu-docs

Sulu documentation
https://github.com/sulu/sulu-docs

documentation hacktoberfest php sulu symfony

Last synced: 12 months ago
JSON representation

Sulu documentation

Awesome Lists containing this project

README

          

Sulu Documentation
==================

The [Sulu](http://sulu.io) 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](https://twitter.com/sulu) and we got a
[Slack Channel](http://sulu.io/en/contact).

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][1].

Start the building process by executing

make html

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

[1]: https://www.sphinx-doc.org/en/master/usage/installation.html