Sylius/docs
2016-04-21 12:18:43 +02:00
..
_exts [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
_images [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
_themes/sylius_rtd_theme [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
api [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
behat [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
book [Docs] Bump PHP version also in the documentation 🐃 2016-04-21 12:18:43 +02:00
bundles Remove the usage of the softdeleteable filter 2016-04-18 09:48:37 +02:00
components Get rid of the SoftDeletable Interface and Trait 2016-04-18 09:48:37 +02:00
contributing [Docs] Bump PHP version also in the documentation 🐃 2016-04-21 12:18:43 +02:00
cookbook [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
.gitignore [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
conf.py [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
index.rst [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
newline.rst [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
README.md [ci skip] Clean up documentation merged into main repo 2016-03-25 09:31:54 +01:00

Sylius Documentation

This directory contains documentation for Sylius - Decoupled eCommerce Platform, available on docs.sylius.org.

It is hosted by the great readthedocs.org.

Sylius on Twitter

If you want to keep up with all the updates, follow the official Sylius account on twitter.

Issues

The documentation uses GitHub 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.

$ 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.