Skip to content

Commit

Permalink
(docs): Adding a redirect for the new custom code page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dericksozo committed Dec 4, 2024
1 parent a4bc821 commit 14d9ca6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ module.exports = {
"@docusaurus/plugin-client-redirects",
{
redirects: [
{
to: "/add-custom-code-to-your-service"
from: ["/how-to/custom-code/"]
},
{
to: "/plugins/guides/authentication",
from: ["/authentication-plugin-examples"]
Expand Down

0 comments on commit 14d9ca6

Please sign in to comment.