-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
A link to a page must be update if the page is moved.
Upcoming changes (internal project) may move many pages.
Requests
- Links should auto-update if page moves.
- May require new way to write links.
- Should not break existing links.
Ideas
A. Install Plugin
Is there a plugin that can do this?
| plugin | notes | |
|---|---|---|
| ❌ | mkdocs-ezlinks-plugin | not active, not compatible with mkdocs v1.4 |
| 👍 | mkdocs-autorefs | active |
| ❔ |
B. Maintain Redirects
- Install https://github.com/mkdocs/mkdocs-redirects.
- When moving a page, always create a redirect.
C. Program a Solution
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request