docs: fix slugs pointing to admin rather than store routes (#10063)
This commit is contained in:
+4
@@ -9,6 +9,10 @@ import { TypeList } from "docs-ui"
|
||||
|
||||
This documentation provides a reference to the `createRemoteLinkStep` step. It belongs to the `@medusajs/medusa/core-flows` package.
|
||||
|
||||
This step creates remote links between two records of linked data models.
|
||||
|
||||
Learn more in the [Remote Link documentation.](https://docs.medusajs.com/advanced-development/modules/remote-link#create-link).
|
||||
|
||||
## Example
|
||||
|
||||
```ts
|
||||
|
||||
+4
@@ -9,6 +9,10 @@ import { TypeList } from "docs-ui"
|
||||
|
||||
This documentation provides a reference to the `dismissRemoteLinkStep` step. It belongs to the `@medusajs/medusa/core-flows` package.
|
||||
|
||||
This step removes remote links between two records of linked data models.
|
||||
|
||||
Learn more in the [Remote Link documentation.](https://docs.medusajs.com/advanced-development/modules/remote-link#dismiss-link).
|
||||
|
||||
## Example
|
||||
|
||||
```ts
|
||||
|
||||
+2
@@ -9,6 +9,8 @@ import { TypeList } from "docs-ui"
|
||||
|
||||
This documentation provides a reference to the `emitEventStep` step. It belongs to the `@medusajs/medusa/core-flows` package.
|
||||
|
||||
Emit an event.
|
||||
|
||||
## Example
|
||||
|
||||
```ts
|
||||
|
||||
+4
@@ -9,6 +9,10 @@ import { TypeList } from "docs-ui"
|
||||
|
||||
This documentation provides a reference to the `removeRemoteLinkStep` step. It belongs to the `@medusajs/medusa/core-flows` package.
|
||||
|
||||
This step deletes linked records of a record.
|
||||
|
||||
Learn more in the [Remote Link documentation](https://docs.medusajs.com/advanced-development/modules/remote-link#cascade-delete-linked-records)
|
||||
|
||||
## Example
|
||||
|
||||
```ts
|
||||
|
||||
+4
@@ -9,6 +9,10 @@ import { TypeList } from "docs-ui"
|
||||
|
||||
This documentation provides a reference to the `useRemoteQueryStep` step. It belongs to the `@medusajs/medusa/core-flows` package.
|
||||
|
||||
This step fetches data across modules using the remote query.
|
||||
|
||||
Learn more in the [Remote Query documentation](https://docs.medusajs.com/advanced-development/modules/remote-query).
|
||||
|
||||
## Example
|
||||
|
||||
To retrieve a list of records of a data model:
|
||||
|
||||
Reference in New Issue
Block a user