Skip to content

Commit

Permalink
docs(core): Add svelte docs recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham committed Aug 15, 2023
1 parent 6693db1 commit 74c4dcd
Show file tree
Hide file tree
Showing 6 changed files with 383 additions and 6 deletions.
24 changes: 24 additions & 0 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -3639,6 +3639,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Add a Svelte Project",
"path": "/showcase/example-repos/add-svelte",
"id": "add-svelte",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Powering Up React Development With Nx",
"path": "/showcase/example-repos/react-nx",
Expand Down Expand Up @@ -3771,6 +3779,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Add a Svelte Project",
"path": "/showcase/example-repos/add-svelte",
"id": "add-svelte",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Powering Up React Development With Nx",
"path": "/showcase/example-repos/react-nx",
Expand Down Expand Up @@ -3894,6 +3910,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Add a Svelte Project",
"path": "/showcase/example-repos/add-svelte",
"id": "add-svelte",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Powering Up React Development With Nx",
"path": "/showcase/example-repos/react-nx",
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 @@ -4537,6 +4537,16 @@
"path": "/showcase/example-repos/add-vue",
"tags": []
},
{
"id": "add-svelte",
"name": "Add a Svelte Project",
"description": "Add a Svelte project to your repo",
"file": "shared/recipes/add-stack/add-svelte",
"itemList": [],
"isExternal": false,
"path": "/showcase/example-repos/add-svelte",
"tags": []
},
{
"id": "react-nx",
"name": "Powering Up React Development With Nx",
Expand Down Expand Up @@ -4703,6 +4713,16 @@
"path": "/showcase/example-repos/add-vue",
"tags": []
},
{
"id": "add-svelte",
"name": "Add a Svelte Project",
"description": "Add a Svelte project to your repo",
"file": "shared/recipes/add-stack/add-svelte",
"itemList": [],
"isExternal": false,
"path": "/showcase/example-repos/add-svelte",
"tags": []
},
{
"id": "react-nx",
"name": "Powering Up React Development With Nx",
Expand Down Expand Up @@ -4858,6 +4878,16 @@
"path": "/showcase/example-repos/add-vue",
"tags": []
},
"/showcase/example-repos/add-svelte": {
"id": "add-svelte",
"name": "Add a Svelte Project",
"description": "Add a Svelte project to your repo",
"file": "shared/recipes/add-stack/add-svelte",
"itemList": [],
"isExternal": false,
"path": "/showcase/example-repos/add-svelte",
"tags": []
},
"/showcase/example-repos/react-nx": {
"id": "react-nx",
"name": "Powering Up React Development With Nx",
Expand Down
6 changes: 6 additions & 0 deletions docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,12 @@
"description": "Add a Vue project to your repo",
"file": "shared/recipes/add-stack/add-vue"
},
{
"name": "Add a Svelte Project",
"id": "add-svelte",
"description": "Add a Svelte project to your repo",
"file": "shared/recipes/add-stack/add-svelte"
},
{
"name": "Powering Up React Development With Nx",
"id": "react-nx",
Expand Down
Loading

0 comments on commit 74c4dcd

Please sign in to comment.