Sylius Documentation ==================== This directory contains documentation for Sylius - Decoupled eCommerce Platform, available on [**docs.sylius.org**](http://docs.sylius.org). It is hosted by the great [readthedocs.org](http://readthedocs.org). Sylius on Twitter ----------------- If you want to keep up with all the updates, [follow the official Sylius account on twitter](http://twitter.com/Sylius). Issues ------ The documentation uses [GitHub issues](https://github.com/Sylius/Sylius/issues). Build ----- If you contribute to documentation you will want to check how it looks after your changes. To be able to build the documentation, install [Sphinx](http://sphinx-doc.org/). ``` $ sudo easy_install -U Sphinx ``` Then run the following command. ``` $ sphinx-build -b html . build ``` Documentation index is `build/index.html`. Authors ------- See the list of [our amazing contributors](http://github.com/Sylius/Sylius/contributors).