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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@ If you discover a bug or have an idea for a new feature you'd like to add, begin
26
26
27
27
### Content Changes
28
28
If you are here to edit or translate content, please do so inside [the `src/content/` folder](/src/content).
29
+
The English reference files in src/content/reference/en/ are auto-generated from JSDoc comments in the p5.js library source code and should not be edited directly in this repository. Any changes made here will be overwritten the next time the reference is generated.
30
+
To fix or improve English reference content, make your changes in the p5.js library repository instead. [See the Contributing to the p5.js Reference guide] (https://beta.p5js.org/contribute/contributing_to_the_p5js_reference/).
31
+
Exception: Translation files such as src/content/reference/es/ are stored directly in this repository and can be edited here directly.
29
32
30
33
### Code Changes
31
34
For making code changes, please check out the [technical overview](./docs/technical_overview.md) to get started.
0 commit comments