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
I found out there are color sensors because I was rooting around in the source. When I checked out the color examples (such as http://johnny-five.io/examples/color-ISL29125/), the link to the color API page 404s. I see some color-* files in the docs folder.
I can tackle this if you like, I'd just like to know which path you'd want me to take:
combine the 3 docs pages in docs/color-_.md into one color.md
create a color.md that indexes the three docs pages /docs/color-_.md
some other path I haven't thought of.
The text was updated successfully, but these errors were encountered:
This only happens because all of that content is generated from two different sources. I haven't gotten around to creating an actual API entry for Color, which is why the 404 exists. The example generator automatically matches known class names found in a featured example's source and makes a list that is then output as links at the bottom of the example. There's no check to see if that wiki API page exists because that really shouldn't be necessary, because they should exist. I haven't documented Color, Light or Keypad because the examples are self explanatory and there hasn't been any real urgency to document.
Hey,
I found out there are color sensors because I was rooting around in the source. When I checked out the color examples (such as http://johnny-five.io/examples/color-ISL29125/), the link to the color API page 404s. I see some color-* files in the docs folder.
I can tackle this if you like, I'd just like to know which path you'd want me to take:
The text was updated successfully, but these errors were encountered: