An MkDocs plugin to remove 3rd party assets and download them locally.
Install the plugin using pip:
pip install mkdocs-no-3rd-party-plugin
Activate the plugin in mkdocs.yml
:
plugins:
- no3rdparty
download_js
:- Defaults to
True
. - Sets whether to download 3rd party JS and provide it locally.
- Defaults to
download_css
:- Defaults to
True
. - Sets whether to download 3rd party CSS and provide it locally.
- Defaults to
directory
:- Defaults to
3rd_party
. - Sets the folder in which the 3rd party resources will be download and served from.
- Defaults to