Skip to content

Commit e73597c

Browse files
committed
add asciinema README to explain where the js/css are from
1 parent fcbc4e0 commit e73597c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/asciinema/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# asciinema
2+
3+
This folder contains the [asciinema](https://www.asciinema.org/) javascript and css files.
4+
These have been downloaded from the [asciinema release page](https://github.com/asciinema/asciinema-player/releases).
5+
6+
## Update asciinema
7+
8+
1. Download `asciinema-player.css` and `asciinema-player.min.js` from the [latest asciinema release}(https://github.com/asciinema/asciinema-player/releases).
9+
1. Rename both files to add in the version (`-VERSION`) they correspond too.
10+
* `mv asciinema-player.css asciinema-player-VERSION.css`
11+
* `mv asciinema-player.min.js asciinema-player-VERSION.min.js`
12+
1. Edit `mkdocs.yml` to update the information in `extra_css` and `extra_javascript`.
13+
1. Delete the old versions of these files.
14+

0 commit comments

Comments
 (0)