Release v0.5.0
Changes in this Release
PRs in Release
- Create .git/info dir if it does not exist
- Fix edit urls and add new
keep_docs_dir
config param - Fix Readme
Added Features
A new keep_docs_dir
was added to the multirepo
config. Setting this to true
will cause the plugin to not move the contents of the docs_dir
up and delete it. See issue #74 for more details.
Usage Example
plugins:
- search
- multirepo:
keep_docs_dir: true