Sylius/docs
Paweł Jędrzejewski be13003510 Merge pull request #6645 from TheMadeleine/docs/cook/embed-products
[Documentation][Cookbook] How to embed a list of products?
2016-11-07 14:01:31 +01:00
..
_exts [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
_images [Documentation][Bundles] GridBundle - Your First Grid 2016-10-11 11:39:42 +02:00
_themes/sylius_rtd_theme [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
api Merge pull request #6506 from pborreli/typos 2016-10-28 14:08:11 +07:00
behat [Docs] Adjust a Behat guide to latest changes 2016-08-12 11:10:36 +02:00
book Update customer_and_shopuser.rst 2016-11-03 16:36:33 +01:00
bundles Fixed form type name in categorization.rst 2016-11-07 09:48:29 +01:00
components Fixed typos 2016-10-21 14:59:39 +01:00
contributing Remove unneeded dependencies & update composer.json 2016-10-11 16:26:16 +02:00
cookbook Merge pull request #6645 from TheMadeleine/docs/cook/embed-products 2016-11-07 14:01:31 +01:00
customization [Documentation][Customization] State machines fix 2016-11-03 10:40:12 +01:00
.gitignore [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
conf.py [Docs] Fix rendering docs on Sphinx ^1.3 🐐 2016-04-29 16:35:24 +02:00
index.rst [Documentation][Book] Small fixes 2016-10-12 12:08:11 +02:00
README.md [Docs] README update 2016-06-08 16:20:51 +02:00
requirements.txt [Docs] Add requirements.txt file for ReadTheDocs 2016-05-06 12:40:08 +02: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.