mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 17:40:58 +00:00
| .. | ||
| _exts | ||
| _images | ||
| _themes/sylius_rtd_theme | ||
| api | ||
| behat | ||
| book | ||
| bundles | ||
| components | ||
| contributing | ||
| cookbook | ||
| .gitignore | ||
| conf.py | ||
| index.rst | ||
| README.md | ||
| requirements.txt | ||
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
If you contribute to documentation you will want to check how it looks after your changes.
To be able to build the documentation, install Sphinx.
- Install
pip, Python package manager - Download documentation requirements:
$ pip install -r requirements.txt - Build the documentation:
$ sphinx-build -b html . build
Documentation index is build/index.html.
Authors
See the list of our amazing contributors.