Sylius/docs
Kamil Kokot 734932ca01
Merge branch '1.1' into 1.2
* 1.1: (24 commits)
  Fix CSRF token generation for deleting an user
  updating taxon models documentation
  Reproduce CSRF token validation failure when deleting an user in admin panel
  Fix CS and add tests for ShopBasedCartContext
  Final PR review fixes
  Remove "else" and reduce spec code
  Add spec for oauth userprovider exception if no email provided
  Fix ShopBasedCartContext leak
  Handle null email in oauth login
  Fix service name for custom taxation calculator
  Use "key" instead of "index"
  Explain Test application
  Remove instances of loop.index0
  [Maintenance] Move github templates
  [Behat] Grammar fix
  PR review fixes
  Pull request template fix
  Summary page
  Implementation section + fixes
  Scenario implementation
  ...
2018-07-27 13:06:17 +02: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 Merge branch '1.0' into 1.1 2018-03-19 08:48:53 +01:00
bdd Review fixes 2017-09-08 10:56:26 +02:00
book Merge branch '1.1' into 1.2 2018-07-01 18:30:31 +02:00
components_and_bundles Merge branch '1.1' into 1.2 2018-07-27 13:06:17 +02:00
contributing Merge branch '1.1' into 1.2 2018-06-11 13:56:48 +02:00
cookbook Merge branch '1.1' into 1.2 2018-07-16 12:03:34 +02:00
customization Fix product repository's service id in docs 2018-04-14 23:18:26 +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
conf.py [Maintenance] Bump year in docs and license file 2017-01-26 11:58:45 +01:00
CONTRIBUTING.md Replace sylius.org with sylius.com & fix even more logos 2018-02-08 15:47:41 +01: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 sphinx problematic version 2017-10-12 09:04:46 +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.