Akeneo Help center

This repository holds the sources for our help center, made by hand with love.

Install/preview the help center

First, you will need Node as well as Gulp-cli.

Then you can run the following commands in your terminal where these sources are:

sudo npm install --global n
sudo n 7.2.0
npm install
sudo npm install --global gulp-cli

To run the help center locally, once Node and gulp-cli installed, run in your root folder after cloning/downloading the Helpcenter sources:

npm install

gulp serve

The help center website is then available on localhost:8000. Files located in the content and src directories are watched for changes, so when developing or writing new articles you do not need to launch any other task.

Documentation contribution

It's right here.