Consensys / doc.teku

ConsenSys Ethereum 2.0 client
https://docs.teku.consensys.net/
Apache License 2.0
69 stars 73 forks source link

Add redirect rule for versioned doc root paths #552

Closed alexandratran closed 4 months ago

alexandratran commented 6 months ago

Site issue type

Description

Linking to the root path of a versioned doc yields a "Page Not Found" error (ex: https://docs.teku.consensys.io/24.1.1/).

How should this issue be addressed?

Add redirect rule to vercel.json to redirect versioned doc root paths to the introduction pages for each versioned doc. Will require using regex matching (see Vercel redirect docs).