This repository includes php/php-langspec as a submodule.
git clone https://github.com/phpcommunity/phplang.org.git
cd phplang.org/
git submodule update --init --recursive
This project uses mdBook to generate documentation from Markdown files. To generate the documentation locally, install mdBook. Then, run the following from the project root:
php tools/toc.php
php tools/colophon.php
mdbook build --open
This will open the files in your default web browser.
git submodule update --recursive --remote
GitHub Actions handles the deployment to GitHub Pages automatically. See
the build.yml
workflow,
for more information.