gravitational / docs

Source code backing goteleport.com/docs
https://goteleport.com/docs
Apache License 2.0
11 stars 13 forks source link

Docs: Deprecated versions of pages resolve to 404 #482

Open mmcallister opened 3 months ago

mmcallister commented 3 months ago

Applies To


Deprecated version links

Details

When a version of Teleport falls out of support, any links to our versioned docs will resolve to a 404. Example:

https://goteleport.com/docs/ver/13.x/database-access/guides/rds/ vs 14.x which is still available: https://goteleport.com/docs/ver/14.x/database-access/guides/rds/

Resolution

Redirect deprecated versions to the un-versioned (latest) links, e.g. https://goteleport.com/docs/database-access/guides/rds/ or at least add it to the 404 as a suggestion.

Related Issues

We have an issue to update the 404 page as well, we'll probably tackle that as part of the move to Docusaurus

stevenGravy commented 3 months ago

This is handled in https://github.com/gravitational/docs.

mmcallister commented 3 months ago

Thanks for the catch, @stevenGravy. Transferred.