Skip to content

Commit

Permalink
docs: add slack app redirect (#5282)
Browse files Browse the repository at this point in the history
Adds a redirect rule for the Slack App integration (fix current broken
link).
  • Loading branch information
nunogois committed Nov 6, 2023
1 parent 492767e commit f96554f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/docusaurus.config.js
Expand Up @@ -287,6 +287,10 @@ module.exports = {
from: ['/addons/slack', '/reference/addons/slack'],
to: '/reference/integrations/slack',
},
{
from: ['/addons/slack-app', '/reference/addons/slack-app'],
to: '/reference/integrations/slack-app',
},
{
from: ['/addons/teams', '/reference/addons/teams'],
to: '/reference/integrations/teams',
Expand Down Expand Up @@ -645,10 +649,10 @@ module.exports = {
to: '/using-unleash/deploy/google-auth-hook',
},
{
from:[
from:[
'/deploy/migration_guide',
'/reference/deploy/migration-guide',
],
],
to: '/using-unleash/deploy/upgrading-unleash',
},
{
Expand Down

0 comments on commit f96554f

Please sign in to comment.