Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.33 KB

libraries.md

File metadata and controls

24 lines (15 loc) · 1.33 KB

Libraries

The Libraries page consists of two separate pieces of content:

Libraries

Each reference for a core library is created by combining a .mdx file (for the top text) and a set of .json files exported directly from the source code.

To edit a core library page:

  1. Edit the markdown file as explained in the markdown pages guide
  2. If needed, edit the source code of the core library to change the function descriptions
  3. If needed, run the doclet following these instructions to pull in the changes from the source code
  4. Publish the website

Contributions

The contributions are copied via a script from the processing-contributions repo to the /content/contributions folder in this repo. This is what you need to run the script:

  1. Make sure that you have the processing-contributions repo next to this processing-website repo on your computer
  2. Pull the latest master from the processing-contributions repository
  3. From the root of this repo, run npm run updateContributions

You should now have the updated contribution files in your repo ready to be committed. Please submit the changes as a PR to the main branch of processing-website.