Skip to content

Commit

Permalink
docs: reuse pre-existing redirect to /sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 11, 2022
1 parent eb89d45 commit e1ba5f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions website/docusaurus.config.js
Expand Up @@ -132,6 +132,7 @@ module.exports = {
'/user_guide/client-sdk',
'/client-sdk',
'/user_guide/connect_sdk',
'/sdks/community',
],
},
{
Expand All @@ -146,10 +147,6 @@ module.exports = {
to: '/advanced/toggle_variants',
from: '/toggle_variants',
},
{
to: '/sdks',
from: '/sdks/community'
}
],
createRedirects: function(toPath) {
if (
Expand Down

0 comments on commit e1ba5f2

Please sign in to comment.