asciinema
This folder contains the asciinema javascript and css files. These have been downloaded from the asciinema release page.
Update asciinema
- Download
asciinema-player.css
andasciinema-player.min.js
from the [latest asciinema release}(https://github.com/asciinema/asciinema-player/releases). - Rename both files to add in the version (
-VERSION
) they correspond too. mv asciinema-player.css asciinema-player-VERSION.css
mv asciinema-player.min.js asciinema-player-VERSION.min.js
- Edit
mkdocs.yml
to update the information inextra_css
andextra_javascript
. - Delete the old versions of these files.