Advanced Redirects

navigation

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
Read the docs

API Authorization Handling

security

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

Read the docs