build(deps): bump mkdocs-include-markdown-plugin from 6.1.1 to 6.2.0 (#1980)

* build(deps): bump mkdocs-include-markdown-plugin from 6.1.1 to 6.2.0

Bumps [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases)
- [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: mkdocs-include-markdown-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: removed `rewrite_relative_urls=true` should be default setting and it errored during build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
Co-authored-by: TRaSH <trash-pm@protonmail.ch>
pull/1985/head
dependabot[bot] 6 months ago committed by GitHub
parent 087a706029
commit df6489c152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1 +1,3 @@
{! include-markdown '../../Radarr/Tips/How-to-setup-language-custom-formats.md' rewrite_relative_urls=true !}
<!-- markdownlint-disable MD041-->
{! include-markdown '../../Radarr/Tips/How-to-setup-language-custom-formats.md' !}
<!-- markdownlint-enable MD041-->

@ -1 +1,3 @@
{! include-markdown '../../Radarr/Tips/Merge-quality.md' rewrite_relative_urls=true !}
<!-- markdownlint-disable MD041-->
{! include-markdown '../../Radarr/Tips/Merge-quality.md' !}
<!-- markdownlint-enable MD041-->

@ -1 +1,3 @@
{! include-markdown '../../Radarr/Tips/Sync-2-radarr-sonarr.md' rewrite_relative_urls=true !}
<!-- markdownlint-disable MD041-->
{! include-markdown '../../Radarr/Tips/Sync-2-radarr-sonarr.md' !}
<!-- markdownlint-enable MD041-->

@ -5,5 +5,5 @@ mkdocs-macros-plugin==1.0.5
mkdocs-material==9.5.27
mkdocs-minify-plugin==0.8.0
mkdocs-redirects==1.2.1
mkdocs-include-markdown-plugin==6.1.1
mkdocs-include-markdown-plugin==6.2.0
mkdocs-markdownextradata-plugin==0.2.5

Loading…
Cancel
Save