Skip to content

fix: remove /developers redirect so landing page renders#411

Merged
MuncleUscles merged 1 commit into
mainfrom
docs/fix-developers-redirect
May 13, 2026
Merged

fix: remove /developers redirect so landing page renders#411
MuncleUscles merged 1 commit into
mainfrom
docs/fix-developers-redirect

Conversation

@MuncleUscles
Copy link
Copy Markdown
Member

Summary

The `/developers` route was redirecting to `/developers/intelligent-contracts/introduction`, which made the `pages/developers.mdx` landing page completely unreachable — including the "Start with Skills (Recommended)" section added in #410.

Verified just now on prod: `curl -sL https://docs.genlayer.com/developers\` follows a 308 and lands on `/developers/intelligent-contracts/introduction`, so the new Skills section never renders.

Changes

  • Remove the `/developers → /developers/intelligent-contracts/introduction` redirect.
  • Retarget the `/getting-started` redirect (was previously pointing past the landing page) to `/developers`.

Test plan

  • `curl -sLI https://docs.genlayer.com/developers\` returns HTTP 200, not 308
  • The landing page shows "Start with Skills (Recommended)" before the card grid
  • Top-nav "Build on GenLayer" link still works

The /developers route was redirecting to
/developers/intelligent-contracts/introduction, which made the
pages/developers.mdx landing page (now containing the "Start with
Skills" section and the reference card grid) completely unreachable.

This was likely set up when the page had no useful content. The page
is now the canonical developer entry point and is linked from the
top nav and from the Skills callout on the homepage.

Also retarget the /getting-started redirect to /developers (the
new landing page) instead of skipping it.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 13, 2026

Warning

Rate limit exceeded

@MuncleUscles has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 44 minutes and 2 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 496fef85-82fb-458e-a24d-4b7a24a66f57

📥 Commits

Reviewing files that changed from the base of the PR and between a94439b and 4ec9e2f.

📒 Files selected for processing (1)
  • next.config.js
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/fix-developers-redirect

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 13, 2026

Deploy Preview for genlayer-docs ready!

Name Link
🔨 Latest commit 4ec9e2f
🔍 Latest deploy log https://app.netlify.com/projects/genlayer-docs/deploys/6a047850a4ced900082d43af
😎 Deploy Preview https://deploy-preview-411--genlayer-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@MuncleUscles MuncleUscles merged commit 9350f95 into main May 13, 2026
7 checks passed
@MuncleUscles MuncleUscles deleted the docs/fix-developers-redirect branch May 13, 2026 13:59
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