mkdocs-git-authors-plugin
mkdocs-git-authors-plugin copied to clipboard
Custom href option
This PR allows for a customization of the default mailto: {email}
href. This is particularly useful to link sites with IM tools such as teams or slack
> cat tests/basic_setup/mkdocs_custom_href.yml
site_name: test gitauthors_plugin
use_directory_urls: true
plugins:
- search
- git-authors:
href: "https://teams.microsoft.com/l/chat/0/0?users={email}"