diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/mkdocs.yml | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 370f413..5e303d8 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -31,6 +31,15 @@ markdown_extensions:            format: !!python/name:pymdownx.superfences.fence_code_format  plugins: +  # Git document contributors +  - git-committers: +      repository: python-discord/infra +      branch: main +      enabled: !ENV [ENABLE_GIT_PLUGINS, false] +  # Git change information +  - git-revision-date-localized: +      enable_creation_date: true +      enabled: !ENV [ENABLE_GIT_PLUGINS, false]    # Interactive images    - glightbox    # Offline search | 
