From 087989c927fb0fa2c5769ad19bb71a469bfb134a Mon Sep 17 00:00:00 2001 From: nbogie Date: Tue, 24 Mar 2026 23:11:34 +0000 Subject: [PATCH] link to previewing the p5.js reference from technical overview doc --- docs/technical_overview.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/technical_overview.md b/docs/technical_overview.md index edba33e8c9..0738029401 100644 --- a/docs/technical_overview.md +++ b/docs/technical_overview.md @@ -68,3 +68,8 @@ And then view it locally with ```shellsession npm run preview ``` + + +## Previewing the p5.js reference for work-in-progress + +If you're developing the p5.js library and want to preview your documentation, there are some specific notes at ["Generating and previewing the reference"](https://beta.p5js.org/contribute/contributing_to_the_p5js_reference/#generating-and-previewing-the-reference). \ No newline at end of file