File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,13 @@ markdown_extensions:
112112plugins :
113113 search :
114114 separator : ' [\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
115- git-revision-date : {}
115+ git-revision-date-localized :
116+ enable_creation_date : true
117+ enabled : !ENV [ENABLED_GIT_REVISION_DATE, True]
118+ git-committers :
119+ enabled : !ENV [CI, false]
120+ repository : percona/psmysql-docs
121+ branch : " 8.0"
116122 meta-descriptions :
117123 export_csv : false
118124 quiet : false
Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ mkdocs-exclude
66markdown-include
77mkdocs-material
88mkdocs-with-pdf
9- mkdocs-git-revision-date-plugin
109mkdocs-material-extensions
1110mkdocs-bootstrap-tables-plugin
1211mkdocs-section-index
1312mkdocs-htmlproofer-plugin
1413mkdocs-meta-descriptions-plugin
1514mike
1615mkdocs-open-in-new-tab
17- mkdocs-print-site-plugin
16+ mkdocs-print-site-plugin
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