/els-developers

JSON docs for the ELS index to E-Com Plus Developers Hub

Primary LanguagePHP

els-developers

JSON documents for the Elasticsearch index to E-Com Plus Developers Hub

All documents must be inside /docs folder, it will be synchronized with Elasticsearch cluster by REST API.

Build

Run the PHP script /build/main.php to build the documents automatically.

📄 README

Technology stack

Reference

Setting up

First of all, clone the repository, and set up GitHub push with SSH keys.

sudo git clone https://github.com/ecomclub/els-developers.git
cd els-developers

Then build the docs, commit and push again to GitHub.

php -f build/main.php
git add docs/*
git commit -m "build docs"
git push