Sylius/docs
2018-10-11 11:12:09 +01:00
..
_exts [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
_images Summary page 2018-07-17 11:02:57 +02:00
_themes/sylius_rtd_theme [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
api [Documentation] Fix API example for creating a taxon 2018-10-02 15:23:50 +02:00
bdd Review fixes 2017-09-08 10:56:26 +02:00
book Update shipments.rst 2018-10-01 19:56:40 +02:00
components_and_bundles purge_mode has been rename to mode 2018-10-11 11:12:09 +01:00
contributing Merge branch '1.0' into 1.1 2018-06-11 13:55:19 +02:00
cookbook Fixing Typo in Documentation 2018-09-03 14:41:13 +05:30
customization Fixes services file path 2018-08-23 15:17:00 +02:00
plugins Final PR review fixes 2018-07-26 12:00:16 +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 [Maintenance] Bump year in docs and license file 2017-01-26 11:58:45 +01:00
Dockerfile Fix docs build 2018-09-18 11:06:58 +02:00
index.rst Replace sylius.org with sylius.com & fix even more logos 2018-02-08 15:47:41 +01: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.