add missing generated files (#13609)
This commit is contained in:
@@ -159,6 +159,12 @@ The common task that `prep` does is generate the sidebar files, which is useful
|
||||
npm run prep
|
||||
```
|
||||
|
||||
In the `resources` project, you may need to run `prep:turbo --force` for tag changes:
|
||||
|
||||
```bash npm2yarn title="www/apps/resources"
|
||||
npm run prep:turbo -- --force
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Style Guide
|
||||
|
||||
@@ -109,7 +109,7 @@ export const generatedEditDates = {
|
||||
"app/learn/fundamentals/api-routes/parse-body/page.mdx": "2025-08-20T09:58:37.704Z",
|
||||
"app/learn/fundamentals/admin/routing/page.mdx": "2025-07-25T07:35:18.038Z",
|
||||
"app/learn/resources/contribution-guidelines/admin-translations/page.mdx": "2025-02-11T16:57:46.726Z",
|
||||
"app/learn/resources/contribution-guidelines/docs/page.mdx": "2025-09-26T12:22:07.615Z",
|
||||
"app/learn/resources/contribution-guidelines/docs/page.mdx": "2025-09-26T13:53:55.070Z",
|
||||
"app/learn/resources/usage/page.mdx": "2025-02-26T13:35:34.824Z",
|
||||
"app/learn/configurations/medusa-config/page.mdx": "2025-09-02T08:09:21.283Z",
|
||||
"app/learn/configurations/ts-aliases/page.mdx": "2025-07-23T15:32:18.008Z",
|
||||
|
||||
@@ -23639,7 +23639,7 @@ The workspace has the following two directories:
|
||||
- `apps`: this directory holds the different documentation websites and projects. All projects are built with [Next.js 15](https://nextjs.org/).
|
||||
- `book`: includes the codebase and content for the [main Medusa documentation](https://docs.medusajs.com/learn/index.html.md).
|
||||
- `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.
|
||||
- `api-reference`: includes the codebase and content for the [API reference](https://docs.medusajs.com/api-reference/api/store).
|
||||
- `api-reference`: includes the codebase and content for the [API reference](https://docs.medusajs.com/api/store).
|
||||
- `ui`: includes the codebase and content for the [Medusa UI documentation](https://docs.medusajs.com/ui/index.html.md).
|
||||
- `user-guide`: includes the codebase and content for the [user guide documentation](https://docs.medusajs.com/user-guide/index.html.md).
|
||||
- `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
|
||||
npm run prep
|
||||
```
|
||||
|
||||
In the `resources` project, you may need to run `prep:turbo --force` for tag changes:
|
||||
|
||||
```bash npm2yarn title="www/apps/resources"
|
||||
npm run prep:turbo -- --force
|
||||
```
|
||||
|
||||
***
|
||||
|
||||
## Style Guide
|
||||
|
||||
@@ -4087,14 +4087,6 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateAndReturnShippingMethodsDataStep",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "validateCartShippingOptionsStep",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateCartShippingOptionsStep",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
@@ -9556,6 +9548,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmOrderEditRequestWorkflow",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "confirmReturnReceiveWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmReturnReceiveWorkflow",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
|
||||
@@ -175,6 +175,10 @@ export const admin = [
|
||||
"title": "user",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/user"
|
||||
},
|
||||
{
|
||||
"title": "views",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/views"
|
||||
},
|
||||
{
|
||||
"title": "workflowExecution",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/workflowExecution"
|
||||
|
||||
@@ -39,10 +39,6 @@ export const fulfillment = [
|
||||
"title": "validateAndReturnShippingMethodsDataStep",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateAndReturnShippingMethodsDataStep"
|
||||
},
|
||||
{
|
||||
"title": "validateCartShippingOptionsStep",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/validateCartShippingOptionsStep"
|
||||
},
|
||||
{
|
||||
"title": "addShippingMethodToCartWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/addShippingMethodToCartWorkflow"
|
||||
|
||||
@@ -36,6 +36,7 @@ export * from "./region.js"
|
||||
export * from "./remote-query.js"
|
||||
export * from "./sales-channel.js"
|
||||
export * from "./server.js"
|
||||
export * from "./settings.js"
|
||||
export * from "./step.js"
|
||||
export * from "./stock-location.js"
|
||||
export * from "./store.js"
|
||||
@@ -45,5 +46,6 @@ export * from "./tax.js"
|
||||
export * from "./tutorial.js"
|
||||
export * from "./user-guide.js"
|
||||
export * from "./user.js"
|
||||
export * from "./views.js"
|
||||
export * from "./workflow-engine.js"
|
||||
export * from "./workflow.js"
|
||||
|
||||
@@ -175,6 +175,10 @@ export const jsSdk = [
|
||||
"title": "user",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/user"
|
||||
},
|
||||
{
|
||||
"title": "views",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/views"
|
||||
},
|
||||
{
|
||||
"title": "workflowExecution",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/workflowExecution"
|
||||
|
||||
@@ -51,6 +51,10 @@ export const locking = [
|
||||
"title": "updateLineItemInCartWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateLineItemInCartWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "updateTaxLinesWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateTaxLinesWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "confirmDraftOrderEditWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmDraftOrderEditWorkflow"
|
||||
|
||||
@@ -103,6 +103,10 @@ export const payment = [
|
||||
"title": "confirmOrderEditRequestWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmOrderEditRequestWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "confirmReturnReceiveWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmReturnReceiveWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "confirmReturnRequestWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/confirmReturnRequestWorkflow"
|
||||
|
||||
22
www/packages/tags/src/tags/settings.ts
Normal file
22
www/packages/tags/src/tags/settings.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
export const settings = [
|
||||
{
|
||||
"title": "createViewConfigurationStep",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createViewConfigurationStep"
|
||||
},
|
||||
{
|
||||
"title": "setActiveViewConfigurationStep",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/setActiveViewConfigurationStep"
|
||||
},
|
||||
{
|
||||
"title": "updateViewConfigurationStep",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateViewConfigurationStep"
|
||||
},
|
||||
{
|
||||
"title": "createViewConfigurationWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/createViewConfigurationWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "updateViewConfigurationWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateViewConfigurationWorkflow"
|
||||
}
|
||||
]
|
||||
@@ -1235,6 +1235,18 @@ export const step = [
|
||||
"title": "updateSalesChannelsStep",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateSalesChannelsStep"
|
||||
},
|
||||
{
|
||||
"title": "createViewConfigurationStep",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createViewConfigurationStep"
|
||||
},
|
||||
{
|
||||
"title": "setActiveViewConfigurationStep",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/setActiveViewConfigurationStep"
|
||||
},
|
||||
{
|
||||
"title": "updateViewConfigurationStep",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/updateViewConfigurationStep"
|
||||
},
|
||||
{
|
||||
"title": "createShippingOptionTypesStep",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createShippingOptionTypesStep"
|
||||
|
||||
6
www/packages/tags/src/tags/views.ts
Normal file
6
www/packages/tags/src/tags/views.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const views = [
|
||||
{
|
||||
"title": "views",
|
||||
"path": "https://docs.medusajs.com/resources/references/js-sdk/admin/views"
|
||||
}
|
||||
]
|
||||
@@ -1031,6 +1031,14 @@ export const workflow = [
|
||||
"title": "updateSalesChannelsWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateSalesChannelsWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "createViewConfigurationWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/createViewConfigurationWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "updateViewConfigurationWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/updateViewConfigurationWorkflow"
|
||||
},
|
||||
{
|
||||
"title": "createShippingOptionTypesWorkflow",
|
||||
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/createShippingOptionTypesWorkflow"
|
||||
|
||||
Reference in New Issue
Block a user