aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-09 16:00:58 +0100
committerGravatar Joe Banks <[email protected]>2024-08-09 16:00:58 +0100
commit7c4a0d0cd7f70b86e093125bbb9e6b5307d2ba5f (patch)
treebb096f92817af95cef412a5bc677d20e534a580b /docs
parentIgnore mkdocs.yml from check-yaml pre-commit linter (diff)
Add Git plugins for mkdocs
Diffstat (limited to 'docs')
-rw-r--r--docs/mkdocs.yml9
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