@wintry sparrow @dense monolith @fading nest We had talked earlier about the large number of library examples that you folks have been writing up. At that time I suggested writing them up in Adafruit Playground notes, which might be linked to from Learn Guides.
You know that there is a way to link code from a repo to a Learn Guide. We use this all the time: code in https://github.com/adafruit/Adafruit_Learning_System_Guides is used for bundles and code examples.
But I remembered there is also a mechanism in Learn Guides that allows markdown text (to be embedded into guides. . We use this very little right now. Here's an example. Much of these two pages are actually from a repo:
https://learn.adafruit.com/i2c-addresses/the-list
https://learn.adafruit.com/i2c-addresses/troublesome-chips
Repo is:
https://github.com/adafruit/I2C_Addresses/ See the .md files there.
What this means is that, for instance, a .md file could be written for a library example, and then in a Learn Guide, both the code and the markdown could be embedded on a page. That would make the example more visible and also its documentation.
We don't have to do this for every single example, of course, but it's a convenient way for the doc and the code to be maintained together and then the Learn Guide content would be updated automatically.