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

View File

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

View File

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

View File

@ -204,7 +204,7 @@
- [Other](/recipes/other) - [Other](/recipes/other)
- [Rescope Packages from @nrwl to @nx](/recipes/other/rescope) - [Rescope Packages from @nrwl to @nx](/recipes/other/rescope)
- [Showcase](/showcase) - [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 an Express Project](/showcase/example-repos/add-express)
- [Add a Lit Project](/showcase/example-repos/add-lit) - [Add a Lit Project](/showcase/example-repos/add-lit)
- [Add a Solid Project](/showcase/example-repos/add-solid) - [Add a Solid Project](/showcase/example-repos/add-solid)