Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ Go through this [detailed guide](./content/README.md) on how to write content

## Asset Management

### Strapi Assets Bucket
### AWS s3 Assets Bucket

All images and assets for the documentation are stored in the `strapi-assets` bucket. When uploading images or assets:
All images and assets for the documentation are stored in the `docs-mdx-assets` bucket. When uploading images or assets:

1. **Bucket Name**: `strapi-assets`
1. **Bucket Name**: `docs-mdx-assets`
2. **Folder Structure**: Follow the same folder structure as the content layer in `/content`
3. **URL Format**: `https://docs-assets.setu.co/latest/{path-to-asset}`

Expand Down