Skip to navigation

Advanced Redirects

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

redirects:
- source: /v1/api/*
destination: /v2/api/:splat
permanent: true
- source: /guides/:name
destination: /tutorials/:name
Read the docs

API Authorization Handling

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

Read the docs