I tried to add scraped examples to bevy's API docs in bevyengine/bevy#9154 but it did not work on docs.rs.
If you run cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --open locally and search for just_pressed, you'll see scraped examples.
This repo is about finding out what's happening.