File tree Expand file tree Collapse file tree 4 files changed +23
-10
lines changed
.cache/plugin/git-committers Expand file tree Collapse file tree 4 files changed +23
-10
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -570,14 +570,14 @@ markdown_extensions:
570570plugins :
571571 - search
572572 - open-in-new-tab
573- # - git-revision-date-localized:
574- # enable_creation_date : true
575- # fallback_to_build_date: true
576- # - git-committers :
577- # repository: 0xPolygon/polygon-docs
578- # #branch: main
579- # exclude:
580- # - README .md
573+ - git-revision-date-localized :
574+ fallback_to_build_date : true
575+ strict : false
576+ exclude :
577+ - index.md
578+ - git-authors :
579+ exclude :
580+ - index .md
581581
582582validation :
583583 absolute_links : ignore
Original file line number Diff line number Diff line change 1+ {% extends "base.html" %}
2+
3+ {% block content %}
4+ {{ super() }}
5+
6+ {% if git_page_authors %}
7+ < div class ="md-source-date ">
8+ < small >
9+ Authors: {{ git_page_authors | default('enable mkdocs-git-authors-plugin') }}
10+ </ small >
11+ </ div >
12+ {% endif %}
13+ {% endblock %}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ mkdocs-material==9.5.1
22markdown-include == 0.8.1
33mkdocs-git-revision-date-localized-plugin == 1.2.1
44mkdocs-open-in-new-tab == 1.0.3
5- mkdocs-git-committers -plugin-2 == 2.2 .2
5+ mkdocs-git-authors -plugin == 0.7 .2
You can’t perform that action at this time.
0 commit comments