Skip to content

Commit

Permalink
docs(misc): remove webpack 5 migration guide (#14185)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Jan 6, 2023
1 parent dd8be60 commit bf17af5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 85 deletions.
16 changes: 0 additions & 16 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -2533,14 +2533,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Webpack 5 Migration",
"path": "/recipes/other/webpack-5",
"id": "webpack-5",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Using Tailwind CSS in React",
"path": "/recipes/other/using-tailwind-css-in-react",
Expand Down Expand Up @@ -2792,14 +2784,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Webpack 5 Migration",
"path": "/recipes/other/webpack-5",
"id": "webpack-5",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Using Tailwind CSS in React",
"path": "/recipes/other/using-tailwind-css-in-react",
Expand Down
20 changes: 0 additions & 20 deletions docs/generated/manifests/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,16 +1095,6 @@
"path": "/recipes/other/deploy-nextjs-to-vercel",
"tags": []
},
{
"id": "webpack-5",
"name": "Webpack 5 Migration",
"description": "",
"file": "shared/guides/webpack-5",
"itemList": [],
"isExternal": false,
"path": "/recipes/other/webpack-5",
"tags": []
},
{
"id": "using-tailwind-css-in-react",
"name": "Using Tailwind CSS in React",
Expand Down Expand Up @@ -1420,16 +1410,6 @@
"path": "/recipes/other/deploy-nextjs-to-vercel",
"tags": []
},
"/recipes/other/webpack-5": {
"id": "webpack-5",
"name": "Webpack 5 Migration",
"description": "",
"file": "shared/guides/webpack-5",
"itemList": [],
"isExternal": false,
"path": "/recipes/other/webpack-5",
"tags": []
},
"/recipes/other/using-tailwind-css-in-react": {
"id": "using-tailwind-css-in-react",
"name": "Using Tailwind CSS in React",
Expand Down
5 changes: 0 additions & 5 deletions docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,11 +1060,6 @@
"id": "deploy-nextjs-to-vercel",
"file": "shared/guides/deploy-nextjs-to-vercel"
},
{
"name": "Webpack 5 Migration",
"id": "webpack-5",
"file": "shared/guides/webpack-5"
},
{
"name": "Using Tailwind CSS in React",
"id": "using-tailwind-css-in-react",
Expand Down
43 changes: 0 additions & 43 deletions docs/shared/guides/webpack-5.md

This file was deleted.

1 change: 0 additions & 1 deletion nx-dev/nx-dev/redirect-rules.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ const diataxis = {
'/guides/browser-support': '/recipes/other/browser-support',
'/guides/react-native': '/recipes/other/react-native',
'/guides/deploy-nextjs-to-vercel': '/recipes/other/deploy-nextjs-to-vercel',
'/guides/webpack-5': '/recipes/other/webpack-5',
'/guides/using-tailwind-css-in-react':
'/recipes/other/using-tailwind-css-in-react',
'/guides/react-18': '/recipes/other/react-18',
Expand Down

1 comment on commit bf17af5

@vercel
Copy link

@vercel vercel bot commented on bf17af5 Jan 6, 2023

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-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.