Skip to content

Commit

Permalink
docs(nxdev): add nx console redirect rule (#10401)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes authored May 19, 2022
1 parent d533b54 commit 5671b53
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nx-dev/nx-dev/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,23 @@ module.exports = withNx({
permanent: true,
});

// Nx Console
rules.push({
source: '/nx-console',
destination: '/using-nx/console',
permanent: true,
});
rules.push({
source: '/(l|latest)/(a|angular)/storybook/overview',
destination: '/storybook/overview-angular',
permanent: true,
});
rules.push({
source: '/(l|latest)/(a|angular|r|react)/storybook/executors',
destination: '/storybook/executors-storybook',
permanent: true,
});

// Customs
for (let s of Object.keys(redirectRules.guideUrls)) {
rules.push({
Expand Down

1 comment on commit 5671b53

@vercel
Copy link

@vercel vercel bot commented on 5671b53 May 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.