Skip to content

Commit

Permalink
docs(core): fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Apr 26, 2023
1 parent b5c66ef commit 38c4ab5
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -2814,6 +2814,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Include Assets in Build",
"path": "/recipes/other/include-assets-in-build",
"id": "include-assets-in-build",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Identify Dependencies Between Folders",
"path": "/recipes/other/identify-dependencies-between-folders",
Expand Down Expand Up @@ -3073,6 +3081,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Include Assets in Build",
"path": "/recipes/other/include-assets-in-build",
"id": "include-assets-in-build",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Identify Dependencies Between Folders",
"path": "/recipes/other/identify-dependencies-between-folders",
Expand Down
20 changes: 20 additions & 0 deletions docs/generated/manifests/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,16 @@
"path": "/recipes/other/include-all-packagejson",
"tags": []
},
{
"id": "include-assets-in-build",
"name": "Include Assets in Build",
"description": "",
"file": "shared/recipes/include-assets-in-build",
"itemList": [],
"isExternal": false,
"path": "/recipes/other/include-assets-in-build",
"tags": []
},
{
"id": "identify-dependencies-between-folders",
"name": "Identify Dependencies Between Folders",
Expand Down Expand Up @@ -1640,6 +1650,16 @@
"path": "/recipes/other/include-all-packagejson",
"tags": []
},
"/recipes/other/include-assets-in-build": {
"id": "include-assets-in-build",
"name": "Include Assets in Build",
"description": "",
"file": "shared/recipes/include-assets-in-build",
"itemList": [],
"isExternal": false,
"path": "/recipes/other/include-assets-in-build",
"tags": []
},
"/recipes/other/identify-dependencies-between-folders": {
"id": "identify-dependencies-between-folders",
"name": "Identify Dependencies Between Folders",
Expand Down
6 changes: 6 additions & 0 deletions docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,12 @@
"tags": [],
"file": "shared/recipes/include-all-packagejson"
},
{
"name": "Include Assets in Build",
"id": "include-assets-in-build",
"tags": [],
"file": "shared/recipes/include-assets-in-build"
},
{
"name": "Identify Dependencies Between Folders",
"id": "identify-dependencies-between-folders",
Expand Down

0 comments on commit 38c4ab5

Please sign in to comment.