May 22, 2024

Advanced Redirects

Implemented a powerful redirects system supporting pattern matching and parameter preservation. Teams can now manage documentation URL structure while maintaining backwards compatibility.

1redirects:
2 - source: /v1/api/*
3 destination: /v2/api/:splat
4 permanent: true
5 - source: /guides/:name
6 destination: /tutorials/:name

API Authorization Handling

Enhanced API authorization handling in the documentation platform. Developers can now test authenticated endpoints more easily with improved token management.