Skip to content

fix: add redirects for 404 paths, remove stale placeholder#1

Open
RichardHerold wants to merge 1 commit intomainfrom
fix/404-redirects-and-placeholders
Open

fix: add redirects for 404 paths, remove stale placeholder#1
RichardHerold wants to merge 1 commit intomainfrom
fix/404-redirects-and-placeholders

Conversation

@RichardHerold
Copy link
Copy Markdown
Collaborator

Summary

  • Fixes 404s on /api-reference, /security, /billing, and /sdks/* by adding permanent Vercel redirects pointing to the correct canonical paths
  • Removes stale PLACEHOLDER comment from s3-compatibility.mdx — endpoint URL confirmed

404 paths fixed

Dead path Redirects to
/api-reference /reference/overview
/security /security/authentication
/billing /billing/trial
/sdks /sdk/overview
/sdks/:path* /sdk/:path* (covers /sdks/python, /sdks/javascript, /sdks/go, /sdks/cli)

Audit notes

All internal doc links (between pages) were reviewed and are correct. The only broken paths were external-facing aliases that didn't match the actual Docusaurus routes.

The storage/object-lock and storage/versioning pages exist in the repo but are not in the sidebar — both render correctly and are accessible.

Test plan

  • After merge and Vercel deploy: curl -I https://docs.fil.one/api-reference returns 301 to /reference/overview
  • curl -I https://docs.fil.one/sdks/python returns 301 to /sdk/python
  • curl -I https://docs.fil.one/security returns 301 to /security/authentication
  • curl -I https://docs.fil.one/billing returns 301 to /billing/trial

🤖 Generated with Claude Code

- Add Vercel redirects for /api-reference, /security, /billing, /sdks/*
  mapping to their correct canonical paths under /reference/, /security/,
  /billing/, and /sdk/ respectively. These paths are linked externally and
  in marketing but 404 on the current site.
- Remove PLACEHOLDER comment in s3-compatibility.mdx — endpoint URL is
  confirmed as https://eu-west-1.s3.fil.one

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
filone-docs Ready Ready Preview, Comment Apr 4, 2026 10:14pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant