Sylius/docs
2021-05-14 07:15:24 +02:00
..
_exts [Docs] Allow redirecting to URLs 2020-05-11 16:16:24 +02:00
_images update docs for custom model 2021-02-11 10:34:08 +01:00
_themes/sylius_rtd_theme [Docs] Create an unified section about all Sylius APIs 2020-05-14 11:46:45 +02:00
api [Docs] fixes 2021-05-07 08:19:51 +02:00
bdd Fixing the documentation 2020-07-07 17:25:35 +02:00
book bug #12562 [DOC] update theme structure documentation (Sylvain Just) 2021-05-04 15:02:37 +01:00
components_and_bundles Fix packages builds 2021-01-11 18:14:08 +01:00
cookbook Merge branch '1.8' into 1.9 2021-05-13 14:00:28 +02:00
customization [Docs] fixes 2021-05-07 08:19:51 +02:00
getting-started-with-sylius [Documentation][API] Fixes to custom business logic example 2021-05-14 07:15:24 +02:00
.gitignore Update sensio.sphinx 2020-01-20 13:07:36 +01:00
build.sh [CI] Switch documentation build from Travis to GitHub Actions 2020-11-25 14:41:53 +01:00
conf.py Add docs for LoyaltyRule[Api] 2021-02-03 10:26:23 +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 Updated Sylius description in documentation's README 2020-10-14 16:16:57 +02:00
redirection_map Merge branch '1.7' into 1.8 2020-10-19 12:43:54 +02:00
requirements.txt Downgrade sphinx to 1.8.5 2020-07-07 15:29:01 +02:00

Sylius Documentation

This directory contains documentation for Sylius - Open Source eCommerce platform on top of Symfony, 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.