ecomclub / els-developers

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:PHP 100.0%