Skip to content

Commit

Permalink
docs(core): add solid stack recipe (#18418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Aug 2, 2023
1 parent ea5efb9 commit 5be931c
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -3583,6 +3583,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Add a Solid Project",
"path": "/showcase/example-repos/add-solid",
"id": "add-solid",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Add a Qwik Project",
"path": "/showcase/example-repos/add-qwik",
Expand Down Expand Up @@ -3691,6 +3699,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Add a Solid Project",
"path": "/showcase/example-repos/add-solid",
"id": "add-solid",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Add a Qwik Project",
"path": "/showcase/example-repos/add-qwik",
Expand Down Expand Up @@ -3790,6 +3806,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Add a Solid Project",
"path": "/showcase/example-repos/add-solid",
"id": "add-solid",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Add a Qwik Project",
"path": "/showcase/example-repos/add-qwik",
Expand Down
30 changes: 30 additions & 0 deletions docs/generated/manifests/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4467,6 +4467,16 @@
"path": "/showcase/example-repos/add-lit",
"tags": []
},
{
"id": "add-solid",
"name": "Add a Solid Project",
"description": "Add a Solid project to your repo",
"file": "shared/recipes/add-stack/add-solid",
"itemList": [],
"isExternal": false,
"path": "/showcase/example-repos/add-solid",
"tags": []
},
{
"id": "add-qwik",
"name": "Add a Qwik Project",
Expand Down Expand Up @@ -4603,6 +4613,16 @@
"path": "/showcase/example-repos/add-lit",
"tags": []
},
{
"id": "add-solid",
"name": "Add a Solid Project",
"description": "Add a Solid project to your repo",
"file": "shared/recipes/add-stack/add-solid",
"itemList": [],
"isExternal": false,
"path": "/showcase/example-repos/add-solid",
"tags": []
},
{
"id": "add-qwik",
"name": "Add a Qwik Project",
Expand Down Expand Up @@ -4728,6 +4748,16 @@
"path": "/showcase/example-repos/add-lit",
"tags": []
},
"/showcase/example-repos/add-solid": {
"id": "add-solid",
"name": "Add a Solid Project",
"description": "Add a Solid project to your repo",
"file": "shared/recipes/add-stack/add-solid",
"itemList": [],
"isExternal": false,
"path": "/showcase/example-repos/add-solid",
"tags": []
},
"/showcase/example-repos/add-qwik": {
"id": "add-qwik",
"name": "Add a Qwik Project",
Expand Down
6 changes: 6 additions & 0 deletions docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,12 @@
"description": "Add a Lit project to your repo",
"file": "shared/recipes/add-stack/add-lit"
},
{
"name": "Add a Solid Project",
"id": "add-solid",
"description": "Add a Solid project to your repo",
"file": "shared/recipes/add-stack/add-solid"
},
{
"name": "Add a Qwik Project",
"id": "add-qwik",
Expand Down
Loading

1 comment on commit 5be931c

@vercel
Copy link

@vercel vercel bot commented on 5be931c Aug 2, 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-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.