Skip to content

Releases: oprypin/mkdocs-gen-files

v0.6.1

16 Mar 23:35
05c38bb

Choose a tag to compare

  • Warn when this plugin is being used from the mkdocs executable (#42)

    Apologies for the inconvenience. We are starting a community continuation of MkDocs under a new name ProperDocs, and plugins are our main hope regarding how we can spread the word.
    See ProperDocs/properdocs#33

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Nov 12:20
5136a79

Choose a tag to compare

  • Compatibility with MkDocs 1.6 is improved - generated files don't have to have an abs_src_path - 7baa032

  • There was a bug: using edit_uri_template in MkDocs would prevent set_edit_path() from working.
    This is now fixed - #37 - thanks to @frankkusters

  • The MkDocs configuration file now can be mkdocs.yaml, not only mkdocs.yml. Thanks to @mgor in #39

  • MkDocs 1.4.1 is now the lowest supported version - 2e47124

  • Python 3.9 is now the lowest supported version.

  • The nav generator can support empty paths - 440b0bf

Full Changelog: v0.5.0...v0.6.0

v0.5.0

27 Apr 19:51
b02016c

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

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

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

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

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

Choose a tag to compare

v0.3.0

23 Feb 23:50
96cc72d

Choose a tag to compare

  • Support overriding the edit_uri for a file, remove them by default - 6083714