processing / p5.js-website

New p5.js website!
http://p5js.org
MIT License
18 stars 92 forks source link

Foundation category displays duplicate entries for `Number` and `Object` #484

Closed meezwhite closed 1 month ago

meezwhite commented 3 months ago

Most appropriate sections of the p5.js website?

Reference

Actual Behavior

Duplicate entries for Number and Object under Foundation category are displayed:

p5js_issue_484

For Number one entry links to https://p5js.org/reference/p5/number (first letter lowercase) and the other links to https://p5js.org/reference/p5/Number (first letter uppercase).

For Object one entry links to https://p5js.org/reference/p5/object (first letter lowercase) and the other links to https://p5js.org/reference/p5/Object (first letter uppercase).

Expected Behavior

For Number I'd expect only the entry with the link to https://p5js.org/reference/p5/Number (first letter uppercase) to be displayed.

For Object I'd expect only the entry with the link to https://p5js.org/reference/p5/Object (first letter uppercase) to be displayed.

Steps to reproduce

  1. Navigate to https://p5js.org/reference
  2. In the left navigation, Jump to: Foundation

Notice duplicate entries for Number and Object

Would you like to work on the issue?

Yes

limzykenneth commented 1 month ago

This should be fixed by https://github.com/processing/p5.js-website/commit/6e9a25fb47aa90c6a89c3306279009292bba77ae