This repository contains the documentation for the Spryker documentation portal.
To build the documentation site locally, see building the documentation site.
To build the documentation site with Docker, run this command:
docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -p 4000:4000 jekyll/jekyll:4.2.0 jekyll serve --incremental --livereload
For the specific Markdown syntax we use in documentation, see Markdown syntax. For the general style, syntax, and formatting rules, see Style, syntax, formatting, and general rules.
To suggest changes, follow the steps:
- Fork the repository.
- In your forked repository, go to the document you want to edit.
The actual documents are in the
docs/
directory. - To edit the document, click the pencil icon in the top right menu.
- Add the needed changes.
- In the Commit changes pane, describe your changes and click Commit changes. This shows the updated document.
- To go to the main page of the repository, click Code.
- Next to This branch is 1 commit ahead of spryker:master., click Contribute > Open pull request.
- Enter a Title.
- For Write, enter a description of your changes.
- Click Create pull request.
- To confirm that the PR is ready to merge, set a label, like in progress, tech review needed, or TW review needed.
That’s it! Your pull request has been created. Once we review and approve the changes, they will be published on the documentation website.
Thank you to all our contributors!