Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 793 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 793 Bytes

Spoofax 3 Documentation

Local build

With Python

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

With docker

To auto-build the documentation, run:

make

Deploying

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/.