We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4558e3b commit 49e5788Copy full SHA for 49e5788
docs/product/explore/feature-flags/index.mdx renamed to docs/product/issues/issue-details/feature-flags/index.mdx
redirects.js
@@ -944,6 +944,10 @@ const userDocsRedirects = [
944
source: '/platforms/kotlin-multiplatform/:path*',
945
destination: '/platforms/kotlin/guides/kotlin-multiplatform/:path*',
946
},
947
+ {
948
+ source: '/product/explore/feature-flags/:path*',
949
+ destination: '/product/issues/issue-details/feature-flags/:path*',
950
+ },
951
];
952
953
/**
0 commit comments