Sylius/docs
2016-09-23 09:28:51 +02:00
..
_exts [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
_images [Documentation] Customization Guide: Translations 2016-09-07 15:45:53 +02:00
_themes/sylius_rtd_theme [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
api Update CoreBundle OrderType to have customer optional 2016-08-09 16:58:44 +03:00
behat [Docs] Adjust a Behat guide to latest changes 2016-08-12 11:10:36 +02:00
book [Product] Merge VariationBundle to ProductBundle 2016-09-23 09:28:51 +02:00
bundles [Product] Merge VariationBundle to ProductBundle 2016-09-23 09:28:51 +02:00
components [Variation] Remove documentation 2016-09-23 09:28:50 +02:00
contributing Fix typo in the overview of the contributing page for the documentation 2016-08-02 10:48:30 +02:00
cookbook [Content] Finished assetic and menu content removal 2016-08-08 13:20:36 +02:00
customization [Documentation] Customization Guide: State Machine 2016-09-08 10:18:21 +02:00
.gitignore [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
conf.py [Docs] Fix rendering docs on Sphinx ^1.3 🐐 2016-04-29 16:35:24 +02:00
index.rst [Documentation] Resource Layer and State Machine update 2016-07-14 14:31:57 +02:00
README.md [Docs] README update 2016-06-08 16:20:51 +02:00
requirements.txt [Docs] Add requirements.txt file for ReadTheDocs 2016-05-06 12:40:08 +02: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

To test the documentation before a commit:

  • Install pip, Python package manager

  • Download the documentation requirements:

    $ pip install -r requirements.txt

    This makes sure that the version of Sphinx you'll get is >=1.4.2!

  • Install Sphinx

    $ pip install Sphinx

  • In the docs directory run $ sphinx-build -b html . build and view the generated HTML files in the build directory.

Authors

See the list of our amazing contributors.