eclipse-langium / langium-website

Source of langium.org
https://langium.org/
MIT License
14 stars 34 forks source link

Improve 404 Page and Dead Link Handling #236

Open montymxb opened 3 months ago

montymxb commented 3 months ago

After re-designing the layout of the documentation, we've ended up with a number of dead links. For example, the old getting-started link now redirects to a 404. This in itself is somewhat okay, but the 404 page is very broken looking, as can be seen below. Screenshot 2024-05-24 at 10 06 40

The 404 page template needs to be corrected, and in cases where we know a link has moved, and it is appropriate to redirect to the new link location, we should do so.

Originally mentioned in https://github.com/eclipse-langium/langium/discussions/1512

Lotes commented 3 months ago

Can be fixed as part of #235