p5.js-website
p5.js-website copied to clipboard
p5.js website built using Node.js, Grunt, YAML and Assemble
### Title [Page Structure] Ensure all page content is contained within landmarks ### Description All page content should be contained within landmark regions using appropriate HTML5 elements (such as ``,...
### Topic I was wondering if it's feasible to add a keyboard shortcut to access the side nav links quickly. I'm unsure if something like this already exists on the...
**Summary:** This PR fixes the issue where absolute Wikipedia URLs in the generated reference docs had unwanted trailing slashes. Closes #878 **What was done**: 1. Modified `src/scripts/builders/reference.ts` to add a...
**Description**: This PR fixes issue #878 by removing unnecessary trailing slashes from Wikipedia links across the p5.js website and documentation. Trailing slashes on some Wikipedia URLs were causing 404 errors....
The "hide banner" button was previously not contained within any landmark region, which could hinder navigation for screen reader users. To address this accessibility issue, the button has been moved...
### Most appropriate sections of the p5.js website? Home ### What is your operating system? None ### Web browser and version _No response_ ### Actual Behavior Need to fix //...