Mkdocs-redirects

Latest version: v1.2.2

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.2.2

What's Changed
* Document redirection link by dp1218 in https://github.com/mkdocs/mkdocs-redirects/pull/60
* Remove `noindex` by samuelcolvin in https://github.com/mkdocs/mkdocs-redirects/pull/66

New Contributors
* dp1218 made their first contribution in https://github.com/mkdocs/mkdocs-redirects/pull/60
* samuelcolvin made their first contribution in https://github.com/mkdocs/mkdocs-redirects/pull/66
* pawamoy made their first contribution in https://github.com/mkdocs/mkdocs-redirects/pull/67

**Full Changelog**: https://github.com/mkdocs/mkdocs-redirects/compare/v1.2.1...v1.2.2

1.2.1

* Fix deprecation warning about `warning_filter`

1.2.0

* For better interoperability with plugins, the redirect target paths are picked up from the corresponding MkDocs `File` and not re-computed by simple substitution. (45)

* Drop Python 2.7 support

* Bump minimal MkDocs version to 1.1.1

* Remove warning about old `redirects` config

1.1.0

* Redirect destination paths can now contain fragments (42)

Example config:

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


-- 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).

1.0.6

* Correctly use UTF-8 file encoding even on Windows (41)

1.0.5

* Normalize only capitalized `README.md` files to `index` (37)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.