Sylius/docs
2019-12-13 13:18:26 +01:00
..
_exts [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
_images Merge branch '1.4' into 1.5 2019-08-30 14:53:43 +02:00
_themes/sylius_rtd_theme Add docs banner 2019-11-25 12:48:16 +01:00
api fix: api URI for getting single product detail 2019-12-11 14:33:32 +01:00
bdd [Docs] Refresh the BDD guide 2019-03-12 12:43:23 +01:00
book Remove unnecessary +x chmod on some files 2019-11-06 13:23:40 +01:00
components_and_bundles Fix missing colun 2019-12-11 14:15:37 +01:00
contributing Update release process docs for 1.2 2019-11-29 10:34:08 +01:00
cookbook [Docs] Pltform.sh cookbook refinement 2019-12-13 13:18:26 +01:00
customization Merge branch '1.4' into 1.5 2019-08-29 12:02:44 +02:00
getting-started-with-sylius [Docs] Pltform.sh cookbook refinement 2019-12-13 13:18:26 +01:00
plugins [Docs] Remove unsupported RBAC plugin from docs 2019-10-15 10:37:31 +02:00
support [Documentation] Document Forum in the support section 2018-06-15 12:03:58 +02:00
.gitignore [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
build.sh Fix docs build 2018-09-18 11:06:58 +02:00
conf.py It's 2019 2019-01-07 14:49:05 +01:00
Dockerfile Fix docs build 2018-09-18 11:06:58 +02:00
index.rst Main index page improvements 2019-05-16 15:55:06 +02:00
README.md Replace sylius.org with sylius.com & fix even more logos 2018-02-08 15:47:41 +01:00
requirements.txt Fix docs build 2018-09-18 11:06:58 +02:00

Sylius Documentation

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

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.