Skip to content

Commit

Permalink
docs(chore): add redirect from '/sdks/community' to '/sdks'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 11, 2022
1 parent cc66cc4 commit 2488124
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Expand Up @@ -146,6 +146,10 @@ module.exports = {
to: '/advanced/toggle_variants',
from: '/toggle_variants',
},
{
to: '/sdks',
from: '/sdks/community'
}
],
createRedirects: function(toPath) {
if (
Expand Down

0 comments on commit 2488124

Please sign in to comment.