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
- Host: GitHub
- URL: https://github.com/sulu/sulu-docs
- Owner: sulu
- Created: 2014-08-11T12:31:16.000Z (over 11 years ago)
- Default Branch: 3.x
- Last Pushed: 2025-02-26T06:42:12.000Z (about 1 year ago)
- Last Synced: 2025-03-29T19:04:41.780Z (12 months ago)
- Topics: documentation, hacktoberfest, php, sulu, symfony
- Language: Python
- Homepage: https://docs.sulu.io
- Size: 5.28 MB
- Stars: 22
- Watchers: 24
- Forks: 119
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
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