Skip to content

Commit

Permalink
docs: fix file name for scheduled jobs (#5972)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Dec 28, 2023
1 parent 76332ca commit 5ef41bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/apps/docs/content/development/scheduled-jobs/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The scheduled job file exports a default handler function, and the scheduled job

For example:

```ts title="src/loaders/publish.ts"
```ts title="src/jobs/publish.ts"
import {
type ProductService,
type ScheduledJobConfig,
Expand Down

3 comments on commit 5ef41bd

@vercel
Copy link

@vercel vercel bot commented on 5ef41bd Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-ui – ./www/apps/ui

docs-ui.vercel.app
docs-ui-medusajs.vercel.app
docs-ui-git-develop-medusajs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5ef41bd Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api-reference – ./www/apps/api-reference

api-reference-git-develop-medusajs.vercel.app
docs.medusajs.com
api-reference-delta.vercel.app
api-reference-medusajs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5ef41bd Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-docs – ./www/apps/docs

medusa-docs.vercel.app
medusa-docs-git-develop-medusajs.vercel.app
medusa-docs-medusajs.vercel.app

Please sign in to comment.