Skip to content

chore: update vercel redirects to point to external genezio.com/docs …#7

Merged
horatiu-io merged 1 commit into
mainfrom
seo/sitemap
Jul 6, 2026
Merged

chore: update vercel redirects to point to external genezio.com/docs …#7
horatiu-io merged 1 commit into
mainfrom
seo/sitemap

Conversation

@horatiu-io

Copy link
Copy Markdown
Contributor

…documentation

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Vercel redirect rules so legacy documentation URLs on this site redirect users to the external docs at https://genezio.com/docs/.

Changes:

  • Repoints many existing doc-related redirects from internal /docs/ destinations to https://genezio.com/docs/.
  • Updates redirect sources to reflect site paths (e.g., /advanced/..., /examples/..., etc.) that should now land on the external docs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread vercel.json
Comment on lines 311 to 315
{
"source": "/docs/deployment-environments/",
"destination": "/docs/",
"permanent": true
},
{
"source": "/docs/docs",
"destination": "/docs/",
"source": "/docs",
"destination": "https://genezio.com/docs/",
"permanent": true
},
Comment thread vercel.json
Comment on lines 5 to 10
"redirects": [
{
"source": "/docs",
"destination": "/docs/",
"source": "/advanced/",
"destination": "https://genezio.com/docs/",
"permanent": true
},
@horatiu-io
horatiu-io merged commit 086cbd4 into main Jul 6, 2026
1 check passed
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.

2 participants