docs: added documentation for db commands (#8846)

* docs: added documentation for db commands

* fix lint errors
This commit is contained in:
Shahed Nasser
2024-08-29 10:46:00 +03:00
committed by GitHub
parent c86a9fe864
commit 70f2290a22
18 changed files with 1324 additions and 761 deletions
@@ -590,7 +590,7 @@ export const createSubscriptionWorkflowHighlights = [
```ts title="src/workflows/create-subscription/index.ts" highlights={createSubscriptionWorkflowHighlights} collapsibleLines="1-13" expandMoreLabel="Show Imports"
import {
createWorkflow,
WorkflowResponse
WorkflowResponse,
} from "@medusajs/workflows-sdk"
import {
createRemoteLinkStep,
@@ -1765,7 +1765,7 @@ export const createSubscriptionOrderWorkflowHighlights = [
```ts title="src/workflows/create-subscription-order/index.ts" highlights={createSubscriptionOrderWorkflowHighlights} collapsibleLines="1-25" expandMoreLabel="Show Imports"
import {
createWorkflow,
WorkflowResponse
WorkflowResponse,
} from "@medusajs/workflows-sdk"
import {
useRemoteQueryStep,