Skip to content

Option show_contribution isn't working #113

@jpweng

Description

@jpweng

Here is my mkdocs.yml:

site_name: my_site_name

site_author: my_site_author

copyright: Copyright © my_comp

docs_dir: Technical

use_directory_urls: false

theme:
  name: 'material'
  palette:
    primary: 'deep orange'
    accent: 'amber'
  feature:
    tabs: true

plugins:
  - git-revision-date-localized:  # cf https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/
      # type: timeago               # "3 days ago" (nicest)
      type: date                # → 2025-11-25
      # type: datetime
      enable_creation_date: true   # optional: also show "First created"
      # fallback_to_build_date: true  # if file not in git
  - git-authors:  # cf https://timvink.github.io/mkdocs-git-authors-plugin/options.html
      show_email_address: true
      show_contribution: true

markdown_extensions:
  - admonition
  - attr_list
  - codehilite
  - md_in_html
  - pymdownx.betterem:
      smart_enable: all
  - pymdownx.caret
  - pymdownx.mark
  - pymdownx.smartsymbols
  - pymdownx.tasklist:
      custom_checkbox: true
  - pymdownx.tilde

nav:
  - AWS Access: aws_access.md
  - Post mortem:
    - Everything burned: "post mortem/burned_to_the_ground.md"
    - A nuclear explosion occured: "post mortem/radiation_for_the_next_thousands_of_years.md"

We have two contributors below, and their contributions aren't shown.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions