This documentation is available at https://devdocs.prestashop.com/
Contributions are more than welcome! Find out how.
-
Clone the repository somewhere on your system:
git clone https://github.com/PrestaShop/docs.git -
Switch to the
docsdirectory:cd docs -
Create
.envfile by.env.example:cp .env.example .env -
Launch Hugo service:
docker-compose up hugo
-
Install Hugo. You will need v0.82+ (extended binary)
- Mac and Linux: Run
./bin/installHugo.sh - Windows: Grab the release binary
Or read the Official install guide.
- Mac and Linux: Run
-
Clone the repository somewhere on your system
git clone https://github.com/PrestaShop/docs.git
-
Switch to the
srcdirectory:cd /path/to/docs/src -
Launch Hugo:
hugo serverYou may need to change the path to the
hugobinary depending on where it is on your system -
Done! You can open up the site on your browser.
It's usually available at http://localhost:1313
Any change you perform on your data will be updated almost instantly.
We use Sass for styling, bundled by Hugo itself.
The source files for the main css & js are in this directory:
src/themes/hugo-theme-learn/assets
Content from this documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.