diff --git a/docs/generated/manifests/menus.json b/docs/generated/manifests/menus.json index b4ad87136c..162964538f 100644 --- a/docs/generated/manifests/menus.json +++ b/docs/generated/manifests/menus.json @@ -3580,7 +3580,7 @@ "disableCollapsible": false }, { - "name": "Troubleshooting", + "name": "Troubleshooting Nx Console Issues", "path": "/recipes/nx-console/console-troubleshooting", "id": "console-troubleshooting", "isExternal": false, @@ -4464,6 +4464,14 @@ "isExternal": false, "children": [], "disableCollapsible": false + }, + { + "name": "Troubleshooting Nx Console Issues", + "path": "/recipes/nx-console/console-troubleshooting", + "id": "console-troubleshooting", + "isExternal": false, + "children": [], + "disableCollapsible": false } ], "disableCollapsible": false diff --git a/docs/generated/manifests/nx.json b/docs/generated/manifests/nx.json index 724409dbfd..31be9babca 100644 --- a/docs/generated/manifests/nx.json +++ b/docs/generated/manifests/nx.json @@ -4901,14 +4901,14 @@ }, "/recipes/nx-console/console-troubleshooting": { "id": "console-troubleshooting", - "name": "Troubleshooting", + "name": "Troubleshooting Nx Console Issues", "description": "", "mediaImage": "", "file": "shared/recipes/console-troubleshooting", "itemList": [], "isExternal": false, "path": "/recipes/nx-console/console-troubleshooting", - "tags": ["editor-setup"] + "tags": [] }, "/recipes/nx-release": { "id": "nx-release", @@ -6112,6 +6112,17 @@ "isExternal": false, "path": "/troubleshooting/performance-profiling", "tags": ["environment-variables"] + }, + { + "id": "console-troubleshooting", + "name": "Troubleshooting Nx Console Issues", + "description": "", + "mediaImage": "", + "file": "shared/recipes/console-troubleshooting", + "itemList": [], + "isExternal": false, + "path": "/recipes/nx-console/console-troubleshooting", + "tags": [] } ], "isExternal": false, diff --git a/docs/generated/manifests/tags.json b/docs/generated/manifests/tags.json index eb0531fe25..f61f2997fb 100644 --- a/docs/generated/manifests/tags.json +++ b/docs/generated/manifests/tags.json @@ -34,13 +34,6 @@ "id": "console-run-command", "name": "Run Command", "path": "/recipes/nx-console/console-run-command" - }, - { - "description": "", - "file": "shared/recipes/console-troubleshooting", - "id": "console-troubleshooting", - "name": "Troubleshooting", - "path": "/recipes/nx-console/console-troubleshooting" } ], "run-tasks": [ diff --git a/docs/map.json b/docs/map.json index 875b484287..f82540e41c 100644 --- a/docs/map.json +++ b/docs/map.json @@ -1279,6 +1279,12 @@ "id": "performance-profiling", "tags": ["environment-variables"], "file": "shared/guides/performance-profiling" + }, + { + "name": "Troubleshooting Nx Console Issues", + "id": "console-troubleshooting", + "path": "/recipes/nx-console/console-troubleshooting", + "file": "shared/recipes/console-troubleshooting" } ] }, diff --git a/docs/shared/reference/sitemap.md b/docs/shared/reference/sitemap.md index ebfa31df4a..b1eceb18a8 100644 --- a/docs/shared/reference/sitemap.md +++ b/docs/shared/reference/sitemap.md @@ -165,6 +165,7 @@ - [Configure Changelog Format](/recipes/nx-release/configure-changelog-format) - [Other](/recipes/other) - [Rescope Packages from @nrwl to @nx](/recipes/other/rescope) + - [Troubleshooting Nx Console Issues](/recipes/nx-console/console-troubleshooting) - [Showcase](/showcase) - [Nx with your favorite tech](/showcase/example-repos) - [Express](/showcase/example-repos/add-express)