Skip to content

The OroPlatform and OroCRM documentation.

License

Notifications You must be signed in to change notification settings

kiatng/documentation

 
 

Repository files navigation

Oro Documentation

Oro documentation explains how to develop business application in easy and extendable way. The use of the documentation is subject to the CC-BY-NC-SA 4.0 license.

Documentation is published at https://www.oroinc.com/doc/orocrm

Documentation Structure

Overview of Platform architecture, design and key features. This section will help to understand better platform design and technical details.

Developer guidance to specific features and implementations, collection of "How to" articles that allow to achieve result in quick and right way without going deep into technical details.

End user oriented documentation that explains how to administer and configure platform features.

Learn about our development process and how you can contribute to OroPlatform.

Build Documentation in Local Environment

In Oro solutions, documentation uses reStructuredText format and could be built with Sphinx:

  1. Install pip.
  2. Install Sphinx with Extensions for PHP and Symfony using the following command:   pip install --upgrade -q -r requirements.txt
  3. Run make html in documentation folder. Ensure that conf.py (documentation build configuration file) is there.

Documentation will be available in _build/html folder.

About

The OroPlatform and OroCRM documentation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 48.3%
  • Python 19.5%
  • Makefile 10.6%
  • Batchfile 10.0%
  • HTML 6.0%
  • Shell 5.6%