Skip to main content

A MkDocs plugin to redirect old links to new addresses for TechDocs.

Project description

mkdocs-techdocs-redirect

Plugin to handle redirections for techdocs sites.

Uses (almost) the same config and is inspired by and initially forked from mkdocs-redirects.

Installing

note: This package requires MkDocs version 1.0.4 or higher.

Install with pip:

pip install mkdocs-techdocs-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': 'new'
            'old/file': 'new/file'
            'some_path': 'http://external.url.com/foobar'

Opposite to what mkdocs-redirects does, do not specify .md or .html. We are running in TechDocs only.

Looking to contribute?

  • Please propose tests.

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-techdocs-redirects-0.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

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