We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b955d67 commit 56eeda3Copy full SHA for 56eeda3
website/redirects.js
@@ -4,4 +4,16 @@
4
// modify or delete existing redirects without first verifying internally.
5
// Next.js redirect documentation: https://nextjs.org/docs/api-reference/next.config.js/redirects
6
7
-module.exports = []
+module.exports = [
8
+ {
9
+ source: '/docs/connect/cluster-peering/create-manage-peering',
10
+ destination:
11
+ '/docs/connect/cluster-peering/usage/establish-cluster-peering',
12
+ permanent: true,
13
+ },
14
15
+ source: '/docs/connect/cluster-peering/k8s',
16
+ destination: '/docs/k8s/connect/cluster-peering/k8s-tech-specs',
17
18
19
+]
0 commit comments