Skip to content

DavidLiedle/developer-documentation

 
 

Repository files navigation

eZ Platform Developer Documentation

This repository is the source for the developer documentation for Ibexa DXP, a DXP platform that is based on the Symfony Full Stack Framework in PHP.

Resources

  1. Ibexa DXP Developer Hub: https://developers.ibexa.co
  2. Ibexa DXP Repository: https://github.com/ezsystems/ezplatform
  3. Open JIRA board: https://issues.ibexa.co
  4. Ibexa Website: https://ibexa.co
  5. User documentation: https://doc.ibexa.co/projects/userguide

How to contribute

https://doc.ibexa.co/en/master/community_resources/contributing

Invite yourself to the community Slack and join #documentation-contrib

https://ez-community-on-slack.herokuapp.com/

Building & preview

To build and preview your changes locally, you will need Python along with its package manager (pip). Other required tools will be installed by pip using the following command:

pip install -r requirements.txt

Then you can run:

mkdocs serve

After a short while your documentation should be reachable at http://localhost:8000. If it isn't, check the output of the command.

Where to View

https://doc.ibexa.co

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.5%
  • Twig 23.7%
  • HTML 3.4%
  • JavaScript 3.3%
  • CSS 2.9%
  • Python 1.9%
  • Other 2.3%