{ "rewrites": [ { "source": "/.well-known/:path*", "destination": "/api/well-known" } ], "redirects": [ { "source": "/docs/2.21/:slug*", "destination": "/docs/:slug*", "permanent": true }, { "source": "/reference/2.21/:slug*", "destination": "/reference/:slug*", "permanent": true }, { "source": "/docs/2.20/:slug*", "destination": "/docs/:slug*", "permanent": true }, { "source": "/reference/2.20/:slug*", "destination": "/reference/:slug*", "permanent": true }, { "source": "/docs/2.19/:slug*", "destination": "/docs/:slug*", "permanent": true }, { "source": "/reference/2.19/:slug*", "destination": "/reference/:slug*", "permanent": true }, { "source": "/docs/2.18/:slug*", "destination": "/docs/:slug*", "permanent": true }, { "source": "/reference/2.18/:slug*", "destination": "/reference/:slug*", "permanent": true }, { "source": "/docs/2.23/:slug*", "destination": "/docs/:slug*", "permanent": true }, { "source": "/reference/2.23/:slug*", "destination": "/reference/:slug*", "permanent": true }, { "source": "/docs/2.22/:slug*", "destination": "/docs/:slug*", "permanent": true }, { "source": "/reference/2.22/:slug*", "destination": "/reference/:slug*", "permanent": true }, { "source": "/docs/2.24/:slug*", "destination": "/docs/:slug*", "permanent": true }, { "source": "/reference/2.24/:slug*", "destination": "/reference/:slug*", "permanent": true }, { "source": "/docs/2.25/:slug*", "destination": "/docs/:slug*", "permanent": true }, { "source": "/reference/2.25/:slug*", "destination": "/reference/:slug*", "permanent": true }, { "source": "/docs/2.26/:slug*", "destination": "/docs/:slug*", "permanent": true }, { "source": "/reference/2.26/:slug*", "destination": "/reference/:slug*", "permanent": true } ] }