You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
processing-examples does not contain the images/livesketches/metadata that the website needs.
processing-doclet is a separate repo that will create the parsed javadoc comments for the website
Suggested actions
Get rid of any instances where the developer has to make sure repositories live next to each other on disk
Migrate processing-doclet into the processing-website and make it run on build
Research further into migrating / replicating the custom doclet into Gradle and make it run w gradle
Delete processing-doclet repo
Migrate processing-examples into the processing-website
Tested, still need to figure out how to merge the folders whilst keeping history
Archive processing-examples
Remove all read-only files from processing-website
Move the generation of keywords.txt back into the processing4 repo
Add an automatic update trigger for processing4-javadoc to the processing4 repo release action (or migrate processing4-javadoc into the processing4 repo)
The examples and some of the documentation around Processing are kind of all over the place
The Goal
Have one repo where documentation lives:
processing-websiteThe current issues
keywords.txtbased on content generated through processing-docletcontent/examplesand it is unclear that this data is partially read-only, the script applies processing-examples on topcontent/contributionsis also readonly and is no longer compatible with the new processing-contributions pipelineSuggested actions
processing-docletinto theprocessing-websiteand make it run on buildprocessing-docletrepoprocessing-examplesinto theprocessing-websiteprocessing-examplesprocessing-websitekeywords.txtback into theprocessing4repoprocessing4-javadocto theprocessing4repo release action (or migrateprocessing4-javadocinto theprocessing4repo)Related PRs/Issues/Other documentation
#1204