Sylius/docs
Alexandre Balmes 401d0e5d23
Update webpack.rst
Change overwrite instructions for logo in SyliusShopBundle
2020-05-11 23:22:32 +02:00
..
_exts [Docs] Enable redirections on ReadTheDocs 2020-05-11 13:16:23 +02:00
_images [Docs] Replace book concepts images with up-to-date list of topics 2020-05-11 12:27:48 +02:00
_themes/sylius_rtd_theme feature #11054 [Documentation] Sylius Plus features documentation v1 (CoderMaggie) 2020-01-24 15:09:01 +01:00
api Merge branch '1.7' 2020-04-27 12:57:10 +02:00
bdd [missing return] Update basic-usage 2020-03-03 10:41:38 +01:00
book Merge branch '1.7' 2020-05-11 14:00:38 +02:00
components_and_bundles Fix typos 2020-04-27 12:44:17 +02:00
contributing [Docs] Improved coping UX 2020-03-06 09:46:59 +01:00
cookbook Merge branch '1.7' 2020-05-04 13:42:14 +02:00
customization [Docs] Improved coping UX 2020-03-06 09:46:59 +01:00
getting-started-with-sylius Merge branch '1.7' 2020-04-02 11:14:39 +02:00
plugin-development-guide Merge branch '1.6' into 1.7 2020-05-11 13:58:18 +02:00
support [Documentation] Document Forum in the support section 2018-06-15 12:03:58 +02:00
theming Update webpack.rst 2020-05-11 23:22:32 +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 [Docs] Replace book concepts images with up-to-date list of topics 2020-05-11 12:27:48 +02:00
README.md [Docs] Improved coping UX 2020-03-06 09:46:59 +01:00
redirection_map [Docs] Add "Organization" section to The Book 2020-01-29 18:49:57 +01: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.