docs(core): rename example repos menu item

This commit is contained in:
Juri 2023-09-20 13:30:50 +02:00 committed by Juri Strumpflohner
parent 432852684d
commit 2ad50e97a9
4 changed files with 9 additions and 9 deletions

View File

@ -4252,7 +4252,7 @@
"isExternal": false,
"children": [
{
"name": "Example Repos",
"name": "Nx with your favorite tech",
"path": "/showcase/example-repos",
"id": "example-repos",
"isExternal": false,
@ -4449,7 +4449,7 @@
"disableCollapsible": false
},
{
"name": "Example Repos",
"name": "Nx with your favorite tech",
"path": "/showcase/example-repos",
"id": "example-repos",
"isExternal": false,

View File

@ -5303,8 +5303,8 @@
"itemList": [
{
"id": "example-repos",
"name": "Example Repos",
"description": "Examples of different ways to use Nx",
"name": "Nx with your favorite tech",
"description": "Examples of different ways to use Nx with your favorite tech",
"file": "",
"itemList": [
{
@ -5550,8 +5550,8 @@
},
"/showcase/example-repos": {
"id": "example-repos",
"name": "Example Repos",
"description": "Examples of different ways to use Nx",
"name": "Nx with your favorite tech",
"description": "Examples of different ways to use Nx with your favorite tech",
"file": "",
"itemList": [
{

View File

@ -1211,9 +1211,9 @@
"description": "Discover our selection of examples and benchmarks.",
"itemList": [
{
"name": "Example Repos",
"name": "Nx with your favorite tech",
"id": "example-repos",
"description": "Examples of different ways to use Nx",
"description": "Examples of different ways to use Nx with your favorite tech",
"itemList": [
{
"name": "Add an Express Project",

View File

@ -204,7 +204,7 @@
- [Other](/recipes/other)
- [Rescope Packages from @nrwl to @nx](/recipes/other/rescope)
- [Showcase](/showcase)
- [Example Repos](/showcase/example-repos)
- [Nx with your favorite tech](/showcase/example-repos)
- [Add an Express Project](/showcase/example-repos/add-express)
- [Add a Lit Project](/showcase/example-repos/add-lit)
- [Add a Solid Project](/showcase/example-repos/add-solid)