mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-17 01:17:29 +02:00
docs(chore): add redirect from '/sdks/community' to '/sdks'
This commit is contained in:
parent
cc66cc4adf
commit
2488124ac6
@ -146,6 +146,10 @@ 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