Sylius/docs
2019-12-18 10:28:58 +01:00
..
_exts [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
_images [Docs][Book] Invoices 2019-10-08 09:56:21 +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 Merge branch '1.6' 2019-12-11 14:39:33 +01:00
components_and_bundles Fix missing colun 2019-12-11 14:15:37 +01:00
contributing Merge branch '1.5' into 1.6 2019-11-29 11:14:50 +01:00
cookbook Merge branch '1.6' 2019-12-13 13:32:42 +01:00
customization Introduce the improved template events system 2019-12-18 10:28:58 +01:00
getting-started-with-sylius Merge branch '1.5' into 1.6 2019-12-13 13:32:36 +01:00
plugin-development-guide [Docs] Plugins technical review checklist 2019-11-27 09:12:57 +01:00
support [Documentation] Document Forum in the support section 2018-06-15 12:03:58 +02:00
theming Add sass-loader to dependencies 2019-11-28 11:26:15 +01: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 [Docs] Theming Guide: Webpack Encore v1 2019-11-08 10:57:15 +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.