We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
webpro
Learn more about funding links in repositories.
Report abuse
1 parent 9649c93 commit c6ae93aCopy full SHA for c6ae93a
packages/docs/config.ts
@@ -1,8 +1,9 @@
1
export const base = '/';
2
3
export const versions = [
4
- ['v4', 'v4 (latest)'],
+ ['v5', 'v5 (latest)'],
5
+ ['v4', 'v4'],
6
['v3', 'v3'],
7
];
8
-export const defaultVersion = 'v4';
9
+export const defaultVersion = 'v5';
packages/docs/vercel.json
@@ -7,6 +7,10 @@
},
{
"source": "/v4/:path*",
10
+ "destination": "https://knip-dev-v4.vercel.app/v4/:path*"
11
+ },
12
+ {
13
+ "source": "/v5/:path*",
14
"destination": "/:path*"
15
}
16
]
0 commit comments