diff options
| author | 2024-08-09 16:00:58 +0100 | |
|---|---|---|
| committer | 2024-08-09 16:00:58 +0100 | |
| commit | 7c4a0d0cd7f70b86e093125bbb9e6b5307d2ba5f (patch) | |
| tree | bb096f92817af95cef412a5bc677d20e534a580b /docs | |
| parent | Ignore mkdocs.yml from check-yaml pre-commit linter (diff) | |
Add Git plugins for mkdocs
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 | 
