Releases: mkdocs/mkdocs-redirects
Releases · mkdocs/mkdocs-redirects
v1.2.2
What's Changed
- Document redirection link by @dp1218 in #60
- Remove
noindex
by @samuelcolvin in #66
New Contributors
- @dp1218 made their first contribution in #60
- @samuelcolvin made their first contribution in #66
- @pawamoy made their first contribution in #67
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
v1.1.0
-
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 pathNote that this applies only to the destination paths, there's still no handling for fragments in source paths (those specified as map keys).