Files
doc-en/README.md
Jim Winstead 1ef0cab7c2 Use Makefile instead of docker-compose.yml (#3673)
* Use environment variable for format to build

* Use Makefile instead of docker-compose.yml

This allows us to build different formats more easily, and use phd and
doc-base from parallel checkouts, which is much easier for issues that
span the repositories.
2024-09-03 11:02:40 -04:00

2.2 KiB

PHP Documentation

Please refer to the contribution guidelines and the README file within the doc-base repository for details on how to contribute to PHP's documentation.

The PHP manual is available at php.net/docs.

Creating this setup

For information related to creating this setup, see the contribution guidelines or this page on our documentation website.

Building With make and Docker

If the doc-base or phd repositories are available in directories to the adjacent to this directory, those will be used for building.

To force the Docker image used for building to itself be rebuilt, you can run make -B build, otherwise the Makefile will only build it if does not already exist.

You can also build the web version of the documentation with make php and the output will be placed in output/php-web

Translations

For the translations of this documentation, see:

Documentation pipeline

For more information on the various repositories that make up PHP's documentation pipeline, see this overview.