Releases: oprypin/mkdocs-gen-files
v0.6.1
-
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
-
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_templatein MkDocs would preventset_edit_path()from working.
This is now fixed - #37 - thanks to @frankkusters -
The MkDocs configuration file now can be
mkdocs.yaml, not onlymkdocs.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
v0.4.0
-
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
mkdocsis run from.Running just
mkdocsassumesmkdocs -f mkdocs.yml(current directory).But now you can also
cd docs; mkdocs -f ../mkdocs.ymlor any other combination.Example config, just as a reminder, no change here:
plugins: - gen-files: scripts: - docs/gen_pages.py