docs: Add recording example to website

This commit is contained in:
Paul Gauthier 2025-03-13 15:31:47 -07:00 committed by Paul Gauthier (aider)
parent de5da0e7ce
commit b182eba56f

View file

@ -0,0 +1,17 @@
---
parent: Example chat transcripts
nav_order: 9999
---
# Recording
<link rel="stylesheet" type="text/css" href="/assets/asciinema-player.css" />
<div id="demo"></div>
<script src="/assets/asciinema-player.min.js"></script>
<script>
AsciinemaPlayer.create('https://gist.githubusercontent.com/paul-gauthier/9a11ec0923663204e280530d5bbd8df4/raw/2985f05edcf8b9f6f1d40f323aa46a44afebe6a4/tmp.redacted2.cast', document.getElementById('demo'));
</script>