docs(core): update files for generators/executors and fix plugins link (#6020)

This commit is contained in:
Brandon 2021-06-15 14:56:41 -05:00 committed by GitHub
parent d40ca95501
commit c39a56ca2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View File

@ -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",

View File

@ -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