First install dependencies by running in the root of this repository:
python3 -m pip install --requirement mkdocs_requirements.txt
To auto-build the documentation, run:
mkdocs serve
To auto-build the documentation, run:
make
To deploy the documentation, just push changes to GitHub.
The Build and publish documentation workflow will then build and deploy the documentation.
The documentation for branch
will be available at https://www.spoofax.dev/spoofax-pie/branch/
, for example https://www.spoofax.dev/spoofax-pie/develop/.