This repository is the source for User Documentation for Ibexa DXP, a digital experience platform that is based on the Symfony Full Stack Framework in PHP.
- Ibexa DXP Developer Hub: https://developers.ibexa.co
- Ibexa DXP Repository: https://github.com/ibexa/oss
- Open JIRA board: https://issues.ibexa.co
- Ibexa Website: https://ibexa.co
- User Documentation: https://doc.ibexa.co/projects/userguide
To contribute to the documentation, you can open a PR in this repository.
If you'd like to see Ibexa DXP in your language, you can contribute to the translations.
To build and preview your changes locally, you need to install Python along with its package manager (pip
).
To install other required tools, use 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's not, check the output of the command.