Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generated_by attribute to File class #3344

Closed
wants to merge 4 commits into from
Closed

Commits on Aug 22, 2023

  1. Add generated_by attribute to File

    Plugins like `mkdocs-gen-files` and the `mkdocs-material` blog plugin create new files that are added to the site dynamically.
    
    By adding a `generated_by` attribute to the `File`  class, other plugins can improve interopt.
    timvink committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d52d6b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from timvink/timvink-patch-1

    Add `generated_by` attribute to `File` class
    timvink committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b1ed098 View commit details
    Browse the repository at this point in the history
  3. Update files.py with black

    timvink committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bb4504f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    ba44ab2 View commit details
    Browse the repository at this point in the history