Fix MEP-8 identity crisis - #340
Merged
Merged
Conversation
✅ Deploy Preview for metal-stack-io ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
iljarotar
approved these changes
Aug 10, 2026
Gerrit91
reviewed
Aug 11, 2026
| }, | ||
| ], | ||
| [ | ||
| "@docusaurus/plugin-client-redirects", |
Contributor
There was a problem hiding this comment.
I think the redirects are managed here: https://github.com/metal-stack/website/blob/main/static/_redirects
But @vknabel is the master of this universe.
Contributor
There was a problem hiding this comment.
Correct! We rely on Netlify redirects as they are on HTTP level instead of being client side.
Contributor
Author
There was a problem hiding this comment.
Ahh great! Will fix!
GeertJohan
force-pushed
the
fix/mep-8-frontmatter
branch
from
August 11, 2026 17:14
7ba9e71 to
829a3c4
Compare
The MEP-8 page (Configurable Filesystemlayout) had slug, title, and sidebar position referring to MEP-7, which is actually a different, declined proposal that only exists as a pull request. A Netlify redirect keeps external links to the old /community/MEP-7-configurable-filesystem-layout-for-machine-allocation URL working.
GeertJohan
force-pushed
the
fix/mep-8-frontmatter
branch
from
August 11, 2026 17:16
829a3c4 to
6dc06ce
Compare
vknabel
approved these changes
Aug 12, 2026
vknabel
left a comment
Contributor
There was a problem hiding this comment.
Great! Thanks for the contribution and taking care of it!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The MEP-8 page (Configurable Filesystemlayout) had slug, title, and sidebar position referring to MEP-7, which is actually a different, declined proposal that only exists as a pull request.
Added a redirect to preserve SEO.