Adafruit_Learning_System_Embeds

Adafruit oEmbeds

Static, oEmbed-discoverable embeds for the Adafruit Learning System and adafruit-playground.com. Served via GitHub Pages.

Layout

Each embed lives in its own folder at the repository root:

chart-temperature/
├── index.html
└── oembed.json

URLs

For an embed at <embed-name>/:

The first URL hits index.html, which advertises the JSON via the discovery link. Consumers (Learn, Playground) follow the link and fetch the JSON.

Adding a new embed

See AGENTS.md.