Skip to content

Releases: oprypin/mkdocs-gen-files

v0.5.0

27 Apr 19:51
b02016c
Compare
Choose a tag to compare

Changes for compatibility with other plugins:

  • Cleanup of the temporary directory will happen after all other plugins (on MkDocs 1.4+) - #23

  • File objects populated by mkdocs-gen-files will now contain a generated_by attribute - #20

v0.4.0

22 Aug 17:44
faf8012
Compare
Choose a tag to compare
  • Find scripts relative to mkdocs.yml, not current working directory - #17

    So, scripts specified in the config (example below), will now work regardless of where mkdocs is run from.

    Running just mkdocs assumes mkdocs -f mkdocs.yml (current directory).

    But now you can also cd docs; mkdocs -f ../mkdocs.yml or any other combination.

    Example config, just as a reminder, no change here:

    plugins:
      - gen-files:
          scripts:
            - docs/gen_pages.py

v0.3.5

05 Jul 20:11
1d6a55f
Compare
Choose a tag to compare
  • Fix behavior of set_edit_path when repo_url doesn't end with / - #13

v0.3.4

05 Jul 20:09
4d5d4ac
Compare
Choose a tag to compare
  • Fix matching of edit paths to original file paths on Windows - 317a97d

v0.3.3

01 Jun 23:28
1a261ff
Compare
Choose a tag to compare
  • Fix misfires of "unused edit paths" warning - dbda653
  • Escape accidental Markdown encountered in nav titles - ce98bab
  • Fix an edge case in sorting files for the nav - 71a4825

v0.3.2

01 Jun 23:19
aaa32d2
Compare
Choose a tag to compare

v0.3.0

23 Feb 23:50
96cc72d
Compare
Choose a tag to compare
  • Support overriding the edit_uri for a file, remove them by default - 6083714