UNCLASSIFIED - NO CUI

Skip to content

Update dependency mkdocs-redirects to v1.1.0

renovate requested to merge renovate/mkdocs-redirects-1.x into development

This MR contains the following updates:

Package Update Change
mkdocs-redirects minor ==1.0.6 -> ==1.1.0

Release Notes

datarobot/mkdocs-redirects

v1.1.0

Compare Source

  • Redirect destination paths can now contain #fragments (#​42)

    Example config:

    plugins:
      - redirects:
          redirect_maps:
            some/path/examples.md: foo/index.md#examples

    -- this will now correctly redirect to foo/#examples without messing up the path

    Note that this applies only to the destination paths, there's still no handling for fragments in source paths (those specified as map keys).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports

Loading