mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
docs: Add recording example to website
This commit is contained in:
parent
de5da0e7ce
commit
b182eba56f
1 changed files with 17 additions and 0 deletions
17
aider/website/examples/recording.md
Normal file
17
aider/website/examples/recording.md
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue