Sylius/docs
Kamil Kokot d9549e1b3b
Merge branch '1.3' into 1.4
* 1.3:
  syntax error
2019-01-30 11:22:01 +01:00
..
_exts [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
_images Merge branch '1.2' into 1.3 2018-11-15 22:12:57 +01:00
_themes/sylius_rtd_theme Add outdated docs style 2019-01-15 12:49:38 +01:00
api Merge branch '1.1' into 1.2 2018-10-03 10:40:32 +02:00
bdd Fix docs with page object extension usage 2018-12-18 17:18:08 +01:00
book Merge branch '1.2' into 1.3 2019-01-25 14:33:13 +01:00
components_and_bundles Merge branch '1.3' into 1.4 2019-01-28 10:51:39 +01:00
contributing Merge branch '1.2' into 1.3 2019-01-09 10:38:28 +01:00
cookbook Merge branch '1.2' into 1.3 2018-12-07 10:42:21 +00:00
customization [Documentation] Update Sylius config path 2019-01-22 12:03:57 +01:00
plugins syntax error 2019-01-30 01:40:40 +01: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 Fix version widget and add better quality logo 2018-11-15 11:14:52 +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.