docs(core): update files for generators/executors and fix plugins link (#6020)
This commit is contained in:
parent
d40ca95501
commit
c39a56ca2e
@ -114,7 +114,7 @@
|
||||
{
|
||||
"name": "Nx Plugins and Devkit",
|
||||
"id": "nx-devkit",
|
||||
"file": "shared/devkit"
|
||||
"file": "shared/devkit-and-nx-plugins"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -910,7 +910,7 @@
|
||||
{
|
||||
"name": "Using Executors / Builders",
|
||||
"id": "using-builders",
|
||||
"file": "shared/using-builders"
|
||||
"file": "shared/using-executors"
|
||||
},
|
||||
{
|
||||
"name": "Running Custom Commands",
|
||||
@ -931,7 +931,7 @@
|
||||
{
|
||||
"name": "Using Generators",
|
||||
"id": "using-schematics",
|
||||
"file": "shared/using-schematics"
|
||||
"file": "shared/using-generators"
|
||||
},
|
||||
{
|
||||
"name": "Workspace Generators",
|
||||
@ -1213,7 +1213,7 @@
|
||||
{
|
||||
"name": "Nx Plugins and Devkit",
|
||||
"id": "nx-devkit",
|
||||
"file": "shared/devkit"
|
||||
"file": "shared/devkit-and-nx-plugins"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -2011,7 +2011,7 @@
|
||||
{
|
||||
"name": "Using Executors / Builders",
|
||||
"id": "using-builders",
|
||||
"file": "shared/using-builders"
|
||||
"file": "shared/using-executors"
|
||||
},
|
||||
{
|
||||
"name": "Running Custom Commands",
|
||||
@ -2032,7 +2032,7 @@
|
||||
{
|
||||
"name": "Using Generators",
|
||||
"id": "using-schematics",
|
||||
"file": "shared/using-schematics"
|
||||
"file": "shared/using-generators"
|
||||
},
|
||||
{
|
||||
"name": "Workspace Generators",
|
||||
@ -2271,7 +2271,7 @@
|
||||
{
|
||||
"name": "Nx Plugins and Devkit",
|
||||
"id": "nx-devkit",
|
||||
"file": "shared/devkit"
|
||||
"file": "shared/devkit-and-nx-plugins"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -3058,7 +3058,7 @@
|
||||
{
|
||||
"name": "Using Executors / Builders",
|
||||
"id": "using-builders",
|
||||
"file": "shared/using-builders"
|
||||
"file": "shared/using-executors"
|
||||
},
|
||||
{
|
||||
"name": "Running Custom Commands",
|
||||
@ -3079,7 +3079,7 @@
|
||||
{
|
||||
"name": "Using Generators",
|
||||
"id": "using-schematics",
|
||||
"file": "shared/using-schematics"
|
||||
"file": "shared/using-generators"
|
||||
},
|
||||
{
|
||||
"name": "Workspace Generators",
|
||||
|
||||
@ -66,7 +66,7 @@ export function Header({ flavor, showSearch, version }: HeaderProps) {
|
||||
</a>
|
||||
</Link>
|
||||
<Link
|
||||
href={`/${version.value}/${flavor.value}/core-concepts/plugins`}
|
||||
href={`/${version.value}/${flavor.value}/core-concepts/nx-devkit`}
|
||||
>
|
||||
<a className="px-3 py-2 hidden md:inline-flex text-white leading-tight">
|
||||
Plugins
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user