Personally, I feel like it could be a nice feature to allow defining redirects in a file's yaml frontmatter.
As an example:
---
title: Title
description: Some page.
redirects:
- old/location/index.md
---
# Title
Content
The benefits I see:
- More organized. It's clear what old locations redirect to this page
- Easier to edit. Move file, edit it vs. Move file, go to mkdocs.yml and edit it.
It's just a random idea that came to mind.
Personally, I feel like it could be a nice feature to allow defining redirects in a file's yaml frontmatter.
As an example:
The benefits I see:
It's just a random idea that came to mind.