Skip to content

Commit

Permalink
redirect setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Del Core committed Aug 29, 2024
1 parent 61cb736 commit d98c819
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/redirects/external-sites.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"/": "https://www.hypermod.io/",
"/docs": "https://www.hypermod.io/docs",
"/docs/your-first-codemod": "https://www.hypermod.io/docs/guides/your-first-codemod",
"/docs/understanding-asts": "https://www.hypermod.io/docs/guides/understanding-asts",
"/docs/import-manipulation": "https://www.hypermod.io/docs/guides/import-manipulation",
"/docs/react": "https://www.hypermod.io/docs/guides/react-jsx",
"/docs/typescript": "https://www.hypermod.io/docs/guides/typescript",
"/docs/cli": "https://www.hypermod.io/docs/tools/cli"
}

0 comments on commit d98c819

Please sign in to comment.