Closed mahdisn76 closed 2 weeks ago
I have the same issue.
Thanks both for the report. I use GitLab self-hosted myself, and the plugin works. Let's figure this out.
What is interesting is that the plugin seems activated and correctly fetches page authors.
.cache
directory which lists all committers?Thanks.
Yes, I'm still having the issue. @ojacques
I have tested it on Linux (Ubuntu 22.04).
This is mkdocs server
command output:
INFO - Building documentation...
WARNING - Config value: 'plugins'. Warning: ('api_version', 'Unrecognised configuration name: api_version')
INFO - git-committers plugin ENABLED
INFO - git-committers: found page authors cache file - loading it
INFO - git-committers: fetching contributors for docs/experiences.md
INFO - git-committers: fetching contributors for docs/grafana_dashboard.md
INFO - git-committers: saving page authors cache file
INFO - [15:35:19] Reloading browsers
INFO - [15:35:19] Browser connected: http://127.0.0.1:8000/experiences/
The page-authors.json
file generation process is completely Ok, but it still does not show any thing at the bottom of the document pages. Should i do anything with the theme?
Oh! I just updated my mkdocs packages and now it works fine!
pip install --upgrade mkdocs
pip install --upgrade mkdocs-material
Thanks!
I am using GitLab self-hosted and set the mkdocs configs based on the documents.
What I see is that the commit details including avatar and other things are fetching correctly.
But event though I am using material theme, it does not show any thing at the bottom of the document pages.
Any help?