The documentation page looks nice. The full page screenshot doesn't do justice to it because the sidebar CSS is screwed by the screenshot mechanics.
Notice that at the time of the page generation, those inteteraction commands are executed and their output is captured and interpolated into the docs. Those are not hardcoded results, they are real results.
I copied a trick from another repo that allows me to record the network interaction and replay it, so that generating the page again doesn't need to fetch those resources unless a environment variable is set. A useful feature that is friendlier to CI/CD setups. You don't want your docs making arbitrary network requests.