/ docs-website / vercel.json
vercel.json
 1  {
 2    "redirects": [
 3      {
 4        "source": "/docs/2.21/:slug*",
 5        "destination": "/docs/:slug*",
 6        "permanent": true
 7      },
 8      {
 9        "source": "/reference/2.21/:slug*",
10        "destination": "/reference/:slug*",
11        "permanent": true
12      },
13      {
14        "source": "/docs/2.20/:slug*",
15        "destination": "/docs/:slug*",
16        "permanent": true
17      },
18      {
19        "source": "/reference/2.20/:slug*",
20        "destination": "/reference/:slug*",
21        "permanent": true
22      },
23      {
24        "source": "/docs/2.19/:slug*",
25        "destination": "/docs/:slug*",
26        "permanent": true
27      },
28      {
29        "source": "/reference/2.19/:slug*",
30        "destination": "/reference/:slug*",
31        "permanent": true
32      },
33      {
34        "source": "/docs/2.18/:slug*",
35        "destination": "/docs/:slug*",
36        "permanent": true
37      },
38      {
39        "source": "/reference/2.18/:slug*",
40        "destination": "/reference/:slug*",
41        "permanent": true
42      },
43      {
44        "source": "/docs/2.23/:slug*",
45        "destination": "/docs/:slug*",
46        "permanent": true
47      },
48      {
49        "source": "/reference/2.23/:slug*",
50        "destination": "/reference/:slug*",
51        "permanent": true
52      },
53      {
54        "source": "/docs/2.22/:slug*",
55        "destination": "/docs/:slug*",
56        "permanent": true
57      },
58      {
59        "source": "/reference/2.22/:slug*",
60        "destination": "/reference/:slug*",
61        "permanent": true
62      }
63    ]
64  }