mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
docs: reuse pre-existing redirect to /sdks
This commit is contained in:
parent
eb89d4505d
commit
e1ba5f2e11
@ -132,6 +132,7 @@ module.exports = {
|
||||
'/user_guide/client-sdk',
|
||||
'/client-sdk',
|
||||
'/user_guide/connect_sdk',
|
||||
'/sdks/community',
|
||||
],
|
||||
},
|
||||
{
|
||||
@ -146,10 +147,6 @@ module.exports = {
|
||||
to: '/advanced/toggle_variants',
|
||||
from: '/toggle_variants',
|
||||
},
|
||||
{
|
||||
to: '/sdks',
|
||||
from: '/sdks/community'
|
||||
}
|
||||
],
|
||||
createRedirects: function(toPath) {
|
||||
if (
|
||||
|
Loading…
Reference in New Issue
Block a user