Skip to content

Commit cfabf64

Browse files
fix(docs): warn that uploads/storage is experimental (redwoodjs#11590)
We want to have this labelled as experimental.
1 parent a67d5fb commit cfabf64

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/docs/uploads.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Uploads & Storage
22

3+
:::warning Experimental
4+
5+
The storage and upload functionality is currently experimental.
6+
7+
While we believe this feature will be included in the framework the interface is currently subject to significant change. Breaking changes will be made in minor and patch releases until the feature is released as stable after which normal SemVer rules will apply.
8+
9+
We'd love to hear any feedback you might have on our [community forum](https://community.redwoodjs.com/).
10+
11+
:::
12+
313
Getting started with file uploads can open up a world of possibilities for your application. Whether you're enhancing user profiles with custom avatars, allowing document sharing, or enabling image galleries - Redwood has an integrated way of uploading files and storing them.
414

515
There are two parts to this:

docs/versioned_docs/version-8.1/uploads.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Uploads & Storage
22

3+
:::warning Experimental
4+
5+
The storage and upload functionality is currently experimental.
6+
7+
While we believe this feature will be included in the framework the interface is currently subject to significant change. Breaking changes will be made in minor and patch releases until the feature is released as stable after which normal SemVer rules will apply.
8+
9+
We'd love to hear any feedback you might have on our [community forum](https://community.redwoodjs.com/).
10+
11+
:::
12+
313
Getting started with file uploads can open up a world of possibilities for your application. Whether you're enhancing user profiles with custom avatars, allowing document sharing, or enabling image galleries - Redwood has an integrated way of uploading files and storing them.
414

515
There are two parts to this:

0 commit comments

Comments
 (0)