Closed sushmanthreddy closed 3 weeks ago
Added redirects for non-numbered versions of Building Blocks documentation pages to their numbered counterparts. This ensures that URLs without version numbers in the path will correctly redirect to the current numbered versions.
For example:
docs/building-blocks/signatures.md
building-blocks/2-signatures.md
docs/building-blocks/modules.md
building-blocks/3-modules.md
This change improves documentation accessibility by supporting more intuitive URLs while maintaining the organized numbered structure.
Description
Added redirects for non-numbered versions of Building Blocks documentation pages to their numbered counterparts. This ensures that URLs without version numbers in the path will correctly redirect to the current numbered versions.
For example:
docs/building-blocks/signatures.md
→building-blocks/2-signatures.md
docs/building-blocks/modules.md
→building-blocks/3-modules.md
Changes
Testing
Notes
This change improves documentation accessibility by supporting more intuitive URLs while maintaining the organized numbered structure.