Skip to main content

A MkDocs plugin for dynamic page redirects to prevent broken links

Project description

mkdocs-redirects

Plugin for mkdocs to create page redirects (e.g. for moved/renamed pages)

Initially developed by DataRobot.

PyPI License GitHub Workflow Status

Installing

Install with pip:

pip install mkdocs-redirects

Using

To use this plugin, specify your desired redirects in the plugin's redirect_maps setting in your mkdocs.yml:

plugins:
  - redirects:
      redirect_maps:
        'old.md': 'new.md'
        'old/file.md': 'new/file.md'
        'some_file.md': 'http://external.url.com/foobar'

Note
Don't forget that specifying the plugins setting will override the defaults if you didn't already have it set! See this page for more information.

The redirects map should take the form of a key/value pair:

  • The key of each redirect is the original markdown doc (relative to the docs_dir path).
    • This plugin will handle the filename resolution during the mkdocs build process. This should be set to what the original markdown doc's filename was (or what it would be if it existed), not the final HTML file rendered by MkDocs
  • The value is the redirect target. This can take the following forms:
    • Path of the markdown doc you wish to be redirected to (relative to docs_dir)
      • This plugin will handle the filename resolution during the mkdocs build process. This should be set to what the markdown doc's filename is, not the final HTML file rendered by MkDocs
    • External URL (e.g. http://example.com)

During the mkdocs build process, this plugin will create .html files in site_dir for each of the "old" file that redirects to the "new" path. It will produce a warning if any problems are encountered or of the redirect target doesn't actually exist (useful if you have strict: true set).

use_directory_urls

If you have use_directory_urls: true set (which is the default), this plugin will modify the redirect targets to the directory URL, not the actual index.html filename. However, it will create the index.html file for each target in the correct place so URL resolution works.

For example, a redirect map of 'old/dir/README.md': 'new/dir/README.md' will result in an HTML file created at $site_dir/old/dir/index.html which redirects to ../../new/dir/.

Additionally, a redirect map of 'old/dir/doc_name.md': 'new/dir/doc_name.md' will result in $site_dir/old/dir/doc_name/index.html redirecting to ../../new/dir/doc_name/.

This mimics the behavior of how MkDocs builds the site dir without this plugin.

Developing

Dev dependencies and tasks are managed with Hatch. Tasks run in their own environment, created on the fly if missing, in a separate directory tree.

To run all checks and fixes:

hatch run all

You can learn about individual commands from the output, or by inspecting scripts in pyproject.toml.

Releasing

A release is published to PyPI through GitHub Actions whenever a new tag is pushed.

So, to create a release, run .tools/release.sh x.y.z (which bumps the version in __init__.py, checks the build, creates a commit and a tag vx.y.z, and pushes it to GitHub).

Then fill out a GitHub release with release notes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs_redirects-1.2.3.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mkdocs_redirects-1.2.3-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file mkdocs_redirects-1.2.3.tar.gz.

File metadata

  • Download URL: mkdocs_redirects-1.2.3.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mkdocs_redirects-1.2.3.tar.gz
Algorithm Hash digest
SHA256 5e980330999299729a2d6a125347d1af78023d68a23681a4de3053ce7dfe2e51
MD5 fa9bcba61d72662a83d30a0318fd377f
BLAKE2b-256 732549725f78ca5d3026b09973f7a2b3a8b179cc2e8c15e43d5a13bc79f6b274

See more details on using hashes here.

Provenance

The following attestation bundles were made for mkdocs_redirects-1.2.3.tar.gz:

Publisher: deploy-release.yml on ProperDocs/mkdocs-redirects

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mkdocs_redirects-1.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for mkdocs_redirects-1.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ec7312fff462d03ec16395d0c001006a418f8d0c21cdf2b47ff11cf839dc3ce0
MD5 7ea48609bf35ca422ffedbefe9f480ca
BLAKE2b-256 c690871b1cddc01d2ba1637b858eeeabc2e3013dc8df591306b5567b98ef0870

See more details on using hashes here.

Provenance

The following attestation bundles were made for mkdocs_redirects-1.2.3-py3-none-any.whl:

Publisher: deploy-release.yml on ProperDocs/mkdocs-redirects

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page