mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
* 2.0: (26 commits) Update namespaces to Resource ^1.11 in 2.0 [CS][DX] Refactor [CS][DX] Refactor [Maintenance] Update resource changes comparison in the upgrade file [Maintenance] Fix LazyOption repository template covariants [Maintenance] Note resource namespaces changes [Docs] Update namespaces [Maintenance] Update leftover namespaces Cover the scenario for allowing access for only correctly logged in users Enable the remaining cart suites [Maintenance] Fix translations' duplicated validation [Api][Unit] Fix it_gets_all_product_variants_when_invalid_product_filter_provided test [Api] Replace sylius.api to sylius_api [Api] Cover sorting and filtration of resources [Behat] Refine codebase for promotion and cart contexts Enable dashboard and homepage suites Minor Product config improvement Enable the rest of product tests and correct order of the attribute values in the response Correct contract tests and behat Bring back non exposed ProductOptionValue ... |
||
|---|---|---|
| .. | ||
| _exts | ||
| _images | ||
| _themes/sylius_rtd_theme | ||
| bdd | ||
| book | ||
| components_and_bundles | ||
| cookbook | ||
| customization | ||
| getting-started-with-sylius | ||
| performance | ||
| .dockerignore | ||
| .gitignore | ||
| build.sh | ||
| conf.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| favicon.ico | ||
| index.rst | ||
| README.md | ||
| redirection_map | ||
| requirements.txt | ||
Sylius Documentation
This directory contains documentation for Sylius - Open Source eCommerce platform on top of Symfony, 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
Traditional
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 runsphinx-build -b html . buildand view the generated HTML files in thebuilddirectory.
Docker
Execute Docker Compose command and enter localhost
docker compose up -d
open localhost
Authors
See the list of our amazing contributors.