Skip to content

nidup/pim-docs

 
 

Repository files navigation

Akeneo PIM Documentation

The Akeneo PIM documentation

Installation

Clone this repository.

Install Sphinx.

    $ sudo apt-get install python-sphinx

Download composer curl -s https://getcomposer.org/installer | php and run php composer.phar install.

Build the documention

From the ./pim-docs directory, run:

    $ sphinx-build -b html . ../pim-docs-build

The documentation will be generated inside ../pim-docs-build.

Make documentation code works with pim-community-dev or standard

Install pim-community

Then go on Akeneo PIM src/ directory and create a symlink Acme pointing on pim-docs/src/Acme.

Add all Acme bundles in app/AppKernel.php file.

Contribution

Don't hesitate to propose cookbook entries via the https://github.com/akeneo/pim-docs/issues

About

Akeneo PIM documentation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 76.5%
  • PHP 10.1%
  • HTML 7.4%
  • Python 3.7%
  • SourcePawn 1.6%
  • JavaScript 0.7%