Sylius/docs
Karol 29d2b89362
[UPMERGE] 1.12 -> 1.13 (#16153)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/1.13 -m "Resolve conflicts between 1.12 and 1.13"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-04-22 08:39:34 +02:00
..
_exts Update versions in the "Submitting a Patch" doc 2023-02-08 14:35:14 +01:00
_images Merge branch '1.11' into 1.12 2022-12-09 11:57:38 +01:00
_themes/sylius_rtd_theme [Docs] Improve visibility of Sylius Plus 2024-03-22 10:40:34 +01:00
bdd Replace http with https 2023-05-01 11:04:17 +02:00
book [UPMERGE] 1.12 -> 1.13 (#16153) 2024-04-22 08:39:34 +02:00
components_and_bundles Merge branch 1.12 into 1.13 2023-05-02 10:20:30 +02:00
cookbook [UPMERGE] 1.12 -> 1.13 (#16047) 2024-03-24 19:26:33 +01:00
customization [UPMERGE] 1.12 -> 1.13 (#15691) 2024-01-03 15:00:47 +01:00
getting-started-with-sylius [Docs] Update Login to the shop section 2024-03-11 17:00:08 +01:00
performance Merge branch '1.10' into 1.11 2022-01-27 11:13:44 +01:00
.dockerignore [docker][docs]Create Docker Compose configuration file for documentation 2022-06-08 17:47:47 +02:00
.gitignore Update sensio.sphinx 2020-01-20 13:07:36 +01:00
build.sh [CI] Switch documentation build from Travis to GitHub Actions 2020-11-25 14:41:53 +01:00
conf.py New year 2024 2024-01-04 14:21:06 +01:00
docker-compose.yml [docs][docker]Auto build after each change 2022-08-22 18:29:52 +02:00
Dockerfile [docker][docs]Create Docker Compose configuration file for documentation 2022-06-08 17:47:47 +02:00
favicon.ico favicon 2022-05-11 19:21:42 +02:00
index.rst [Docs] Improve visibility of Sylius Plus 2024-03-22 10:40:34 +01:00
README.md Replace http with https 2023-05-01 11:04:17 +02:00
redirection_map Remove migrating to webpack page from docs 2022-09-21 12:38:19 +02:00
requirements.txt [Documentation] Add alabaster to build requirements 2024-01-11 15:38:26 +01:00

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:

  • 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.

Docker

Execute Docker Compose command and enter localhost

docker compose up -d
open localhost

Authors

See the list of our amazing contributors.