Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Sep 4, 2024
1 parent d1b0f09 commit 5f02530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/src/content/upgrades/v8/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export const data = {
'Version 8 is out with some cool new features like background jobs! Upgrading should be easy with this guide to help you along the way.',
tags: ['v8'],
publishedAt: new Date('2024-09-04T00:10:00.000Z'),
updatedAt: new Date('2024-09-04T00:10:00.000Z'),
updatedAt: new Date('2024-09-04T01:35:00.000Z'),
author: JoshGMWalker,
}
4 changes: 2 additions & 2 deletions web/src/content/upgrades/v8/highlights.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Background jobs
Redwood now has a [Background Jobs](https://docs.redwoodjs.com/docs/canary/background-jobs) system that allows you to easily create and execute background jobs in your Redwood app! This is a powerful feature that can be useful for things like sending emails, processing images, or any other task that doesn't need to be done immediately.
Redwood now has a [Background Jobs](https://docs.redwoodjs.com/docs/background-jobs) system that allows you to easily create and execute background jobs in your Redwood app! This is a powerful feature that can be useful for things like sending emails, processing images, or any other task that doesn't need to be done immediately.

Core team member Rob has an awesome introduction video covering this new feature.
<iframe src="https://www.youtube.com/embed/fypXtsXxeIc?si=5qMZvY_2FDAxf_hW?rel=0&modestbranding=1" title="YouTube video player" allowFullScreen></iframe>
Expand All @@ -16,7 +16,7 @@ yarn rw setup exp-rsc # Setup RSC
Our Storybook setup now uses Vite instead of Webpack which has now been removed. This means your storybook setup will be faster and more consistent with your underlying Redwood app.

## Docker support
We've added support for Docker in Redwood. You can now deploy your Redwood app anywhere that supports docker with ease. We have a guide on how to do this [here](https://docs.redwoodjs.com/docs/canary/docker).
We've added support for Docker in Redwood. You can now deploy your Redwood app anywhere that supports docker with ease. We have a guide on how to do this [here](https://docs.redwoodjs.com/docs/docker).

```bash
yarn rw setup docker # Setup Docker and Docker Compose
Expand Down

0 comments on commit 5f02530

Please sign in to comment.