Skip to content

mkdocs_nype.plugins.custom_social_logo.plugin

Synopsis

MkDocs plugin made to allow to change the logo in the material/social plugin.

This plugin was formerly a hook:

MIT License 2024 Kamil Krzyśków (HRY) for Nype (npe.cm)

PLUGIN_NAME

PLUGIN_NAME = 'custom_social_logo'

LOG

LOG: PrefixedLogger = PrefixedLogger(PLUGIN_NAME, getLogger(f'mkdocs.plugins.{PLUGIN_NAME}'))

load_logo_wrapper

load_logo_wrapper(func, theme)