Skip to content

snc/pim-docs

 
 

Repository files navigation

Akeneo PIM Documentation

The Akeneo PIM documentation

Installation

Clone this repository.

Linux

Install Sphinx.

    $ sudo apt-get install python-sphinx

Mac OS

    $ brew install python
    $ pip install sphinx
    $ pip install git+https://github.com/fabpot/sphinx-php.git

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 work with pim-community-dev or standard

Install pim-community

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

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

Contribution

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

About

Akeneo PIM documentation

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • CSS 76.9%
  • PHP 9.4%
  • HTML 7.4%
  • Python 3.7%
  • SourcePawn 1.8%
  • JavaScript 0.7%
  • C++ 0.1%