Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

akeneo/root-helpcenter

Repository files navigation

Landing page of Akeneo Help center

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

Install/preview the landing page

Install Docker Engine

Build with docker

make build

This is only building the documentation. The documentation is not available with this command, as it does not launch the HTTP server.

Build and launch HTTP server with docker

make watch

The help center website is then available on http://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.

Deployment

This is automatically deployed in staging when merging the PR. To deploy in production, please accept the deployment in the approval step.