mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02: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',
|
'/user_guide/client-sdk',
|
||||||
'/client-sdk',
|
'/client-sdk',
|
||||||
'/user_guide/connect_sdk',
|
'/user_guide/connect_sdk',
|
||||||
|
'/sdks/community',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -146,10 +147,6 @@ module.exports = {
|
|||||||
to: '/advanced/toggle_variants',
|
to: '/advanced/toggle_variants',
|
||||||
from: '/toggle_variants',
|
from: '/toggle_variants',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
to: '/sdks',
|
|
||||||
from: '/sdks/community'
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
createRedirects: function(toPath) {
|
createRedirects: function(toPath) {
|
||||||
if (
|
if (
|
||||||
|
Loading…
Reference in New Issue
Block a user