Skip to content

Commit

Permalink
Adds redirect from old folder structure page to anatomy page (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomglenn authored Sep 30, 2024
1 parent 9230b0f commit 562c405
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus/website/docusaurus.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ const plugins = [
from: ['/reference/prompts'],
to: '/reference/cli-commands/',
},
{
from: ['/get-started/folder-structure'],
to: '/key-concepts/anatomy-of-a-plugin',
},
],
},
],
Expand Down

0 comments on commit 562c405

Please sign in to comment.