Sylius/docs/index.rst
2016-03-21 17:57:19 +01:00

102 lines
1.5 KiB
ReStructuredText

Sylius Documentation
====================
.. image:: /_images/logo.png
:alt: Sylius Welcome Page
`Sylius`_ is a modern e-commerce solution for PHP, based on
`Symfony2 Framework`_.
.. note::
This documentation assumes you have a working knowledge of the Symfony2
Framework. If you haven't, please start by reading the `Quick Tour`_ from
the Symfony documentation.
The Book
--------
The Developer's guide to leveraging the flexibility of Sylius.
.. toctree::
:hidden:
book/index
.. include:: /book/map.rst.inc
The API Guide
-------------
This chapter covers the REST API of Sylius platform.
.. toctree::
:hidden:
api/index
.. include:: /api/map.rst.inc
Cookbook
--------
Specific solutions for specific needs.
.. toctree::
:hidden:
cookbook/index
.. include:: /cookbook/map.rst.inc
The Behat Guide
---------------
Learn how to write clean and reusable features, contexts and pages.
.. toctree::
:hidden:
behat/index
.. include:: /behat/map.rst.inc
Bundles
-------
Documentation of all Sylius bundles.
.. toctree::
:hidden:
bundles/index
.. include:: /bundles/map.rst.inc
Components
----------
E-Commerce components for PHP.
.. toctree::
:hidden:
components/index
.. include:: /components/map.rst.inc
Contributing
------------
A guide to contribute to Sylius.
.. toctree::
:hidden:
contributing/index
.. include:: /contributing/map.rst.inc
.. _Sylius: http://sylius.org
.. _`Symfony2 Framework`: http://symfony.com
.. _`Quick Tour`: http://symfony.com/doc/current/quick_tour