fix: remove /developers redirect so landing page renders#411
Conversation
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.
|
Warning Rate limit exceeded
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 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. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
✅ Deploy Preview for genlayer-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
Test plan