mkdocs_nype.__main__
Synopsis
mkdocs-nype module entry point
This script adds non-theme, non-MkDocs functionality.
JavaScript and Cascading Style Sheets minification
This could likely be added in the
__init__.py
file and execute during theme import. However, modifying files while loading a theme doesn't seem right. So this feature moved here.As the minification is opt-in, the script can also modify local MkDocs project JS/CSS assets for the production deployment.