peaceiris / docker-mdbook

Alpine-based Docker Images for mdBook: CPU Architectures amd64 and arm64 are supported.
https://hub.docker.com/r/peaceiris/mdbook
MIT License
43 stars 13 forks source link

Add assets to docker image like mermaid.min.js #130

Open peaceiris opened 2 weeks ago

peaceiris commented 2 weeks ago

It is useful that the following assets are pre-installed into the docker image.

cusma commented 2 weeks ago

It is useful that the following assets are pre-installed into the docker image.

  • mdbook-admonish.css
  • mermaid-init.js
  • mermaid.min.js

This is actually the best approach!