Skip to content

Commit

Permalink
docs(core): fix links to devkit index page (#14034)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com>
Fixes #14033
  • Loading branch information
felipeplets committed Jan 4, 2023
1 parent bd14b24 commit 2e8511a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@
},
{
"name": "Nx Devkit",
"path": "/packages/devkit/index",
"path": "/packages/devkit/documents/index",
"id": "packages-devkit",
"isExternal": true,
"children": [],
Expand Down Expand Up @@ -1400,7 +1400,7 @@
},
{
"name": "Nx Devkit",
"path": "/packages/devkit/index",
"path": "/packages/devkit/documents/index",
"id": "packages-devkit",
"isExternal": true,
"children": [],
Expand Down
6 changes: 3 additions & 3 deletions docs/generated/manifests/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@
"file": "",
"itemList": [],
"isExternal": true,
"path": "/packages/devkit/index",
"path": "/packages/devkit/documents/index",
"tags": ["create-your-own-plugin"]
},
{
Expand Down Expand Up @@ -1741,14 +1741,14 @@
"path": "/packages",
"tags": []
},
"/packages/devkit/index": {
"/packages/devkit/documents/index": {
"id": "packages-devkit",
"name": "Nx Devkit",
"description": "",
"file": "",
"itemList": [],
"isExternal": true,
"path": "/packages/devkit/index",
"path": "/packages/devkit/documents/index",
"tags": ["create-your-own-plugin"]
},
"/reference/glossary": {
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/manifests/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
"file": "",
"id": "packages-devkit",
"name": "Nx Devkit",
"path": "/packages/devkit/index"
"path": "/packages/devkit/documents/index"
},
{
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
"id": "packages-devkit",
"tags": ["create-your-own-plugin"],
"file": "",
"path": "/packages/devkit/index",
"path": "/packages/devkit/documents/index",
"isExternal": true
},
{
Expand Down

1 comment on commit 2e8511a

@vercel
Copy link

@vercel vercel bot commented on 2e8511a Jan 4, 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-nrwl.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.