mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
This PR was merged into the 1.7-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
New feature? | no
| BC breaks? | no
| Deprecations? | no
| License | MIT
<!--
- Bug fixes must be submitted against the 1.4 or 1.5 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->
Commits
-------
|
||
|---|---|---|
| .. | ||
| _exts | ||
| _images | ||
| _themes/sylius_rtd_theme | ||
| api | ||
| bdd | ||
| book | ||
| components_and_bundles | ||
| contributing | ||
| cookbook | ||
| customization | ||
| getting-started-with-sylius | ||
| plugin-development-guide | ||
| support | ||
| .gitignore | ||
| build.sh | ||
| conf.py | ||
| Dockerfile | ||
| index.rst | ||
| README.md | ||
| requirements.txt | ||
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:
-
Download the documentation requirements:
$ pip install -r requirements.txtThis makes sure that the version of Sphinx you'll get is >=1.4.2!
-
Install Sphinx
$ pip install Sphinx -
In the
docsdirectory run$ sphinx-build -b html . buildand view the generated HTML files in thebuilddirectory.
Authors
See the list of our amazing contributors.