fix: add redirects for 404 paths, remove stale placeholder#1
Open
RichardHerold wants to merge 1 commit intomainfrom
Open
fix: add redirects for 404 paths, remove stale placeholder#1RichardHerold wants to merge 1 commit intomainfrom
RichardHerold wants to merge 1 commit intomainfrom
Conversation
- 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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/api-reference,/security,/billing, and/sdks/*by adding permanent Vercel redirects pointing to the correct canonical pathss3-compatibility.mdx— endpoint URL confirmed404 paths fixed
/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-lockandstorage/versioningpages exist in the repo but are not in the sidebar — both render correctly and are accessible.Test plan
curl -I https://docs.fil.one/api-referencereturns 301 to/reference/overviewcurl -I https://docs.fil.one/sdks/pythonreturns 301 to/sdk/pythoncurl -I https://docs.fil.one/securityreturns 301 to/security/authenticationcurl -I https://docs.fil.one/billingreturns 301 to/billing/trial🤖 Generated with Claude Code