docs: fix slugs pointing to admin rather than store routes (#10063)

This commit is contained in:
Shahed Nasser
2024-11-13 10:42:58 +02:00
committed by GitHub
parent c341f961ce
commit e10fb34eb9
18 changed files with 60 additions and 42 deletions
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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: