Skip to content

Commit da411e3

Browse files
authored
add missing generated files (medusajs#13609)
1 parent 5346079 commit da411e3

File tree

14 files changed

+88
-14
lines changed

14 files changed

+88
-14
lines changed

www/apps/book/app/learn/resources/contribution-guidelines/docs/page.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@ The common task that `prep` does is generate the sidebar files, which is useful
159159
npm run prep
160160
```
161161

162+
In the `resources` project, you may need to run `prep:turbo --force` for tag changes:
163+
164+
```bash npm2yarn title="www/apps/resources"
165+
npm run prep:turbo -- --force
166+
```
167+
162168
---
163169

164170
## Style Guide

www/apps/book/generated/edit-dates.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const generatedEditDates = {
109109
"app/learn/fundamentals/api-routes/parse-body/page.mdx": "2025-08-20T09:58:37.704Z",
110110
"app/learn/fundamentals/admin/routing/page.mdx": "2025-07-25T07:35:18.038Z",
111111
"app/learn/resources/contribution-guidelines/admin-translations/page.mdx": "2025-02-11T16:57:46.726Z",
112-
"app/learn/resources/contribution-guidelines/docs/page.mdx": "2025-09-26T12:22:07.615Z",
112+
"app/learn/resources/contribution-guidelines/docs/page.mdx": "2025-09-26T13:53:55.070Z",
113113
"app/learn/resources/usage/page.mdx": "2025-02-26T13:35:34.824Z",
114114
"app/learn/configurations/medusa-config/page.mdx": "2025-09-02T08:09:21.283Z",
115115
"app/learn/configurations/ts-aliases/page.mdx": "2025-07-23T15:32:18.008Z",

www/apps/book/public/llms-full.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23639,7 +23639,7 @@ The workspace has the following two directories:
2363923639
- `apps`: this directory holds the different documentation websites and projects. All projects are built with [Next.js 15](https://nextjs.org/).
2364023640
- `book`: includes the codebase and content for the [main Medusa documentation](https://docs.medusajs.com/learn/index.html.md).
2364123641
- `resources`: includes the codebase and content for the resources documentation, which powers different sections of the docs such as the [Integrations](https://docs.medusajs.com/resources/integrations/index.html.md) or [How-to & Tutorials](https://docs.medusajs.com/resources/how-to-tutorials/index.html.md) sections.
23642-
- `api-reference`: includes the codebase and content for the [API reference](https://docs.medusajs.com/api-reference/api/store).
23642+
- `api-reference`: includes the codebase and content for the [API reference](https://docs.medusajs.com/api/store).
2364323643
- `ui`: includes the codebase and content for the [Medusa UI documentation](https://docs.medusajs.com/ui/index.html.md).
2364423644
- `user-guide`: includes the codebase and content for the [user guide documentation](https://docs.medusajs.com/user-guide/index.html.md).
2364523645
- `cloud`: includes the codebase and content for the [Medusa Cloud documentation](https://docs.medusajs.com/cloud/index.html.md).
@@ -23742,6 +23742,12 @@ The common task that `prep` does is generate the sidebar files, which is useful
2374223742
npm run prep
2374323743
```
2374423744

23745+
In the `resources` project, you may need to run `prep:turbo --force` for tag changes:
23746+
23747+
```bash npm2yarn title="www/apps/resources"
23748+
npm run prep:turbo -- --force
23749+
```
23750+
2374523751
***
2374623752

2374723753
## Style Guide

www/apps/resources/generated/generated-commerce-modules-sidebar.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4087,14 +4087,6 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
40874087
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateAndReturnShippingMethodsDataStep",
40884088
"children": []
40894089
},
4090-
{
4091-
"loaded": true,
4092-
"isPathHref": true,
4093-
"type": "ref",
4094-
"title": "validateCartShippingOptionsStep",
4095-
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateCartShippingOptionsStep",
4096-
"children": []
4097-
},
40984090
{
40994091
"loaded": true,
41004092
"isPathHref": true,
@@ -9556,6 +9548,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
95569548
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmOrderEditRequestWorkflow",
95579549
"children": []
95589550
},
9551+
{
9552+
"loaded": true,
9553+
"isPathHref": true,
9554+
"type": "ref",
9555+
"title": "confirmReturnReceiveWorkflow",
9556+
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmReturnReceiveWorkflow",
9557+
"children": []
9558+
},
95599559
{
95609560
"loaded": true,
95619561
"isPathHref": true,

www/packages/tags/src/tags/admin.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ export const admin = [
175175
"title": "user",
176176
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/user"
177177
},
178+
{
179+
"title": "views",
180+
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/views"
181+
},
178182
{
179183
"title": "workflowExecution",
180184
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/workflowExecution"

www/packages/tags/src/tags/fulfillment.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ export const fulfillment = [
3939
"title": "validateAndReturnShippingMethodsDataStep",
4040
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateAndReturnShippingMethodsDataStep"
4141
},
42-
{
43-
"title": "validateCartShippingOptionsStep",
44-
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateCartShippingOptionsStep"
45-
},
4642
{
4743
"title": "addShippingMethodToCartWorkflow",
4844
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/addShippingMethodToCartWorkflow"

www/packages/tags/src/tags/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export * from "./region.js"
3636
export * from "./remote-query.js"
3737
export * from "./sales-channel.js"
3838
export * from "./server.js"
39+
export * from "./settings.js"
3940
export * from "./step.js"
4041
export * from "./stock-location.js"
4142
export * from "./store.js"
@@ -45,5 +46,6 @@ export * from "./tax.js"
4546
export * from "./tutorial.js"
4647
export * from "./user-guide.js"
4748
export * from "./user.js"
49+
export * from "./views.js"
4850
export * from "./workflow-engine.js"
4951
export * from "./workflow.js"

www/packages/tags/src/tags/js-sdk.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ export const jsSdk = [
175175
"title": "user",
176176
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/user"
177177
},
178+
{
179+
"title": "views",
180+
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/views"
181+
},
178182
{
179183
"title": "workflowExecution",
180184
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/workflowExecution"

www/packages/tags/src/tags/locking.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ export const locking = [
5151
"title": "updateLineItemInCartWorkflow",
5252
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow"
5353
},
54+
{
55+
"title": "updateTaxLinesWorkflow",
56+
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateTaxLinesWorkflow"
57+
},
5458
{
5559
"title": "confirmDraftOrderEditWorkflow",
5660
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmDraftOrderEditWorkflow"

www/packages/tags/src/tags/payment.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ export const payment = [
103103
"title": "confirmOrderEditRequestWorkflow",
104104
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmOrderEditRequestWorkflow"
105105
},
106+
{
107+
"title": "confirmReturnReceiveWorkflow",
108+
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmReturnReceiveWorkflow"
109+
},
106110
{
107111
"title": "confirmReturnRequestWorkflow",
108112
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmReturnRequestWorkflow"

0 commit comments

Comments
 (0)