File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,13 @@ markdown_extensions:
117117plugins :
118118 search :
119119 separator : ' [\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
120- git-revision-date : {}
120+ git-revision-date-localized :
121+ enable_creation_date : true
122+ enabled : !ENV [ENABLED_GIT_REVISION_DATE, True]
123+ git-committers :
124+ enabled : !ENV [CI, false]
125+ repository : percona/psmysql-docs
126+ branch : " 8.4"
121127 meta-descriptions :
122128 export_csv : false
123129 quiet : false
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ mkdocs-exclude
66markdown-include
77mkdocs-material
88mkdocs-with-pdf
9- mkdocs-git-revision-date-plugin
109mkdocs-material-extensions
1110mkdocs-bootstrap-tables-plugin
11+ mkdocs-section-index
1212mkdocs-htmlproofer-plugin
1313mkdocs-meta-descriptions-plugin
1414mike
15- pillow >= 10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
1615mkdocs-open-in-new-tab
1716mkdocs-print-site-plugin
18-
17+ mkdocs-git-committers-plugin-2
18+ mkdocs-git-revision-date-localized-plugin
You can’t perform that action at this time.
0 commit comments