This repository holds the sources for the documentation of the web API that was released in 1.7.
The API documentation can be found here: api.akeneo.com.
Node.js is required. You can optionally choose Yarn as package manager instead of NPM (provided with NodeJS by default).
First, install the all dependencies with Yarn:
yarn installor with NPM:
npm installThen run the Gulp server, with Yarn:
yarn serveor with NPM:
npm serveThe API documentation site is then available on localhost:8000.
Files located in the content and src directories are watched for changes, so when developing you do not need to launch any other task.