Prestashop SA documentation website for module and theme builders.
This repository contains the documentation and guidelines for developpers that want to develop and submit products into the Addons Marketplace.
It also contains the PrestaShop Integration Framework documentation.
It is currently deployed on Netlify under the name billing-docs.
Powered by VuePress.
- Clone the repo
git clone git@github.com:PrestaShopCorp/docs.cloud.prestashop.com.git- Go to the docs directory and install dependencies
cd docs
npm install- Build and run the project
npm run build
npm run dev