Static files with JS/CSS usefull for the template
Add them into the configuration mkdocs.yml
file.
extra_css:
- https://cdn.jsdelivr.net/gh/Enveloppe/_static@refs/heads/master/dist/styles.css
extra_javascript:
- https://cdn.jsdelivr.net/gh/Enveloppe/_static@refs/heads/master/dist/index.js
They are automatically updated when the repository is updated.