mkdocs-redirects icon indicating copy to clipboard operation
mkdocs-redirects copied to clipboard

Open source plugin for Mkdocs page redirects

Results 24 mkdocs-redirects issues
Sort by recently updated
recently updated
newest added

Hello, Now I want to use mkdocs-redirects to redirect from a old layout to a new docs layout including subfolders and translated pages using https://github.com/ultrabug/mkdocs-static-i18n But I have a small...

Hi, Thank you for this great plugin. This PR addresses the issue described at #33 in which the use of this plugin along with the i18n one causes the redirects...

I'm trying to be more consistent with my Guide that runs on mkdocs and i have a few pages i want to switch from upper case to lower case, but...

I stumbled on this when looking into #23. The key difference is `use_directory_urls` is set to `true` in this case. mkdocs.yml ```yaml site_name: test use_directory_urls: true theme: name: material plugins:...

Right now it only allows a 1-1 correspondance. Sometimes when migrating documentation you may find yourself that externally referenced links may be broken. If this plugin allows you to select...

I've got a small script going that will generate a new `mkdocs.yml` file from any `renamed` files in `git status`. It'd be nice to have a similar functionality with this...

Is there a way to redirect to an existing .html file? I previously used the now deprecated `redirect:` in the .md file to redirect to an .html that was already...

An alternate way to configure the redirections would be to use symlinks in the `docs/` directory. That way it would not require editing the `mkdocs.yaml` file for every redirect and...

I'm porting documentation that currently uses Sphinx + `.rst` to MkDocs + `md`, and I would like to ensure that redirects are in place for old URLs like `https://docs.easybuild.io/en/latest/Configuration.html`. To...

(see also PR #50) I would like to use `mkdocs-redirects` in our effort to port our documentation from Sphinx/`.rst` (hosted at [`ReadTheDocs`](https://readthedocs.io) to MkDocs/`.md` (hosted at [GitHub Pages](https://pages.github.com/)), so we...