Sylius/docs
2017-05-30 11:33:08 +03:00
..
_exts [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
_images [Documentation][Cookbook] Custom translatable model 2017-03-30 13:50:34 +02:00
_themes/sylius_rtd_theme [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
api [Documentation] API onHand/onHold spelling fix 2017-04-04 14:13:17 +02:00
behat [Documentation] Unify main chapters titles 2017-01-18 09:20:44 +01:00
book Correct typo in docs (book/order/taxation) 2017-05-16 08:58:50 +02:00
bundles Merge pull request #8089 from loic425/doc/customer-filter 2017-05-25 09:56:02 +02:00
components Remove docs for removed fee calculators 2017-04-20 08:53:37 +02:00
contributing Replace NPM with Yarn package manager 2017-03-10 10:14:18 +01:00
cookbook Adjustments to docs based on feedback 2017-05-30 11:33:08 +03:00
customization Adjust instructions for customizing model with translations (fixes #7914) 2017-05-11 12:59:42 +02:00
plugins [Documentation] Describe Sylius plugins 2017-03-30 11:18:24 +02:00
support Update the Slack invitation link 2017-05-03 09:28:54 +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
index.rst [Documentation] Describe Sylius plugins 2017-03-30 11:18:24 +02:00
README.md [Docs] README update 2016-06-08 16:20:51 +02:00
requirements.txt [Travis] Fix documentation generation tests 2016-12-06 16:10:34 +01:00

Sylius Documentation

This directory contains documentation for Sylius - Decoupled eCommerce Platform, available on docs.sylius.org.

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.