Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions docs/reference/s3-compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Fil One provides an S3-compatible API. If your application works with AWS S3, it
https://eu-west-1.s3.fil.one
```

<!-- PLACEHOLDER: Confirm final endpoint URL before launch -->

All requests use HTTPS. HTTP connections are rejected.

## Authentication
Expand Down
9 changes: 8 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"buildCommand": "npm run build",
"outputDirectory": "build",
"installCommand": "npm install",
"framework": "docusaurus-2"
"framework": "docusaurus-2",
"redirects": [
{ "source": "/api-reference", "destination": "/reference/overview", "permanent": true },
{ "source": "/security", "destination": "/security/authentication", "permanent": true },
{ "source": "/billing", "destination": "/billing/trial", "permanent": true },
{ "source": "/sdks", "destination": "/sdk/overview", "permanent": true },
{ "source": "/sdks/:path*", "destination": "/sdk/:path*", "permanent": true }
]
}