blog: Remove asciinema player
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
pkgs,
|
||||
module-docs,
|
||||
clan-cli-docs,
|
||||
asciinema-player-js,
|
||||
asciinema-player-css,
|
||||
...
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
@@ -14,5 +16,9 @@ pkgs.mkShell {
|
||||
chmod +w ./site/reference/*
|
||||
|
||||
echo "Generated API documentation in './site/reference/' "
|
||||
|
||||
mkdir -p ./site/static/asciinema-player
|
||||
ln -snf ${asciinema-player-js} ./site/static/asciinema-player/asciinema-player.min.js
|
||||
ln -snf ${asciinema-player-css} ./site/static/asciinema-player/asciinema-player.css
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user