Sylius/docs
Kamil Kokot 4d8dae96bc
Merge branch '1.7'
* 1.7:
  Remove inheritdoc directives
  Apply coding standard fixes
  Upgrade yarn.lock
  [Docs] fix sylius plus deployment
  Update github PR template
  Sylius 1.4 end of security support
  [Fix] Less strict symfony form conflict
  [Translations] Updated translations from Crowdin
  Changed descriptions and added italic font
  change lorem ipsum description and fix carousel header
2020-06-24 14:16:07 +02:00
..
_exts [Docs] Allow redirecting to URLs 2020-05-11 16:16:24 +02:00
_images Merge branch '1.7' 2020-05-14 08:03:36 +02:00
_themes/sylius_rtd_theme [Docs] Create an unified section about all Sylius APIs 2020-05-14 11:46:45 +02:00
api [Docs] Create an unified section about all Sylius APIs 2020-05-14 11:46:45 +02:00
bdd [missing return] Update basic-usage 2020-03-03 10:41:38 +01:00
book Merge branch '1.7' 2020-06-24 14:16:07 +02:00
components_and_bundles Merge branch '1.7' 2020-06-02 14:29:25 +02:00
cookbook Merge branch '1.7' 2020-06-24 14:16:07 +02:00
customization Merge branch '1.7' 2020-05-22 14:23:21 +02:00
getting-started-with-sylius [Docs] Move plugins development guide to "The Book -> Plugins" 2020-05-14 12:33:01 +02:00
.gitignore Update sensio.sphinx 2020-01-20 13:07:36 +01:00
build.sh Fix docs build 2018-09-18 11:06:58 +02:00
conf.py Merge branch '1.6' into 1.7 2020-03-02 12:05:49 +01:00
Dockerfile Update sensio.sphinx 2020-01-20 13:07:36 +01:00
index.rst Use https instead of http for all (almost) links 2020-05-16 19:59:12 +02:00
README.md Use https instead of http for all (almost) links 2020-05-16 19:59:12 +02:00
redirection_map [Docs] Partition theming guide and move to other docs sections 2020-05-14 12:34:39 +02:00
requirements.txt Update sensio.sphinx 2020-01-20 13:07:36 +01: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.