Add JSON file for PVector#setHeading() by babaissarkar · Pull Request #621 · processing/processing-website
Looks like the deploy preview is missing setHeading(), is anything still missing?
Edit: how do I see all pages that are generated? ...59 more pages
The .json files should be generated by the Doclet script:
https://github.com/processing/processing-doclet/blob/main/README.md
The instructions are a bit outdated (still mentioning Ant) but the overall process should work to generate the .json files.
Note: The fact that it requires cloning multiple repos next to each other on your local machine, running a script, and pushing the changes is a holdover from the old days of the project and not a recommended practice in general. We'll have to automate this with GitHub actions at some point.
The
.jsonfiles should be generated by the Doclet script:
I generated them with the Doclet script, but forgot to add PVector.json and the updated one for PVector#heading().
Note: The fact that it requires cloning multiple repos next to each other on your local machine, running a script, and pushing the changes is a holdover from the old days of the project and not a recommended practice in general. We'll have to automate this with GitHub actions at some point.
I agree, this should be automated.