Skip to content

Commit

Permalink
Correct Note Admonition (#11455)
Browse files Browse the repository at this point in the history
This fix should work. Right now the ::: doesn't close correctly and the
note is open for several sections incorrectly.
  • Loading branch information
pantheredeye authored Sep 6, 2024
1 parent e75c293 commit f567255
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/docs/uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,12 @@ This is because Prisma doesn't have a native File type. Instead, we store the fi
### 2. Configuring the Upload savers and Uploads extension

To make it easier (and more consistent) dealing with file uploads, Redwood gives you a standardized way of saving your uploads (i.e. write to storage) by using what we call "savers," along with our custom Uploads extension that will handle deletion and updates automatically for you.
:::note The rest of the doc assumes you are running a "Serverful" configuration for your deployments, as it involves the file system. :::

:::note

The rest of the doc assumes you are running a "Serverful" configuration for your deployments, as it involves the file system.

:::

Let's first run the setup command:

Expand Down

0 comments on commit f567255

Please sign in to comment.