Skip to content

Commit 653f114

Browse files
committed
Docs
1 parent 3a076f1 commit 653f114

File tree

4 files changed

+18
-411
lines changed

4 files changed

+18
-411
lines changed

apps/docs/pages/index.mdx

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ import { Tabs, Tab, Callout } from "nextra/components";
77

88
# Next.js S3 Uploader
99

10+
<video
11+
src="/next-s3-uploader-demo.mp4"
12+
controls
13+
className="w-full nx-mt-6"
14+
loop
15+
muted
16+
/>
17+
1018
**Next S3 Uploader** is a utility package designed to simplify file uploads in Next.js applications. With this package, you can seamlessly integrate file upload functionality, track upload progress, and generate secure pre-signed URLs for Amazon S3 and compatible services like MinIO.
1119

1220
## Key Benefits
@@ -27,18 +35,6 @@ import { Tabs, Tab, Callout } from "nextra/components";
2735
intended for use in the `pages` directory.
2836
</Callout>
2937

30-
## Demo
31-
32-
> This demo has styles applied to it.
33-
34-
<video
35-
src="/next-s3-uploader-demo.mp4"
36-
controls
37-
className="w-full nx-mt-6"
38-
loop
39-
muted
40-
/>
41-
4238
## Get Started
4339

4440
To begin using Next S3 Uploader, follow these simple installation steps:

packages/next-s3-uploader/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# next-s3-uploader
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Documentation
8+
39
## 0.1.4
410

511
### Patch Changes

0 commit comments

Comments
 (0)