Skip to content

Commit

Permalink
docs(core): Add svelte docs recipe (#18590)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham authored Aug 17, 2023
1 parent 1f9b3c4 commit 2180268
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 @@ -3679,6 +3679,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 @@ -3844,6 +3852,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 @@ -3967,6 +3983,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 @@ -4587,6 +4587,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 @@ -4794,6 +4804,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 @@ -4949,6 +4969,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 @@ -1075,6 +1075,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

1 comment on commit 2180268

@vercel
Copy link

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

Please sign in to comment.