[developers-page] add a public /developers page - #142
Merged
Conversation
knowcap.ai/developers was a 404 — the marketing site had no developer page at all. The only pointer for developers was a single homepage button inside the #mcp section linking to docs.knowcap.ai; neither the header nor the footer linked to the docs anywhere. This page now fronts the MCP server directly: the one-line connect command, what the 79 tools / 12 areas cover, which clients it works with, and links out to the generated API reference, setup guide, and machine-readable tool manifest (mcp.knowcap.ai/tools.json). Linked from the footer Product column and added to sitemap.ts. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MM1vaZi7JJRxemjEXnFET7
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughAdds a new ChangesDevelopers Page
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
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
knowcap.ai/developerswas a 404. The marketing site had no developer page at all — its only pointer for developers was a single homepage button inside the#mcpsection (app/components/home-commitment.tsx~line 1092) linking tohttps://docs.knowcap.ai/#mcp-overview. Neither the header nor the footer linked to the docs anywhere.There is now a complete, public, generated developer reference to point at, so this PR builds
/developersto front the MCP server:claude mcp add --transport http knowcap https://mcp.knowcap.ai/mcp), with notes on the browser sign-in (no API key) and the claude.ai custom-connector path.Uses the shared
EditorialShell/PageHerochrome every subpage uses, reuses the site's existing voice/copy patterns from the homepage#mcpsection, and only extends CSS with page-scopeddv-*classes (same pattern asmu-*on/meet-usandch-*on/compare) — no new colors, no new fonts.Also:
EditorialFooterinapp/components/editorial/shell.tsx)./developerstoapp/app/sitemap.ts.Test plan
next buildsucceeds;/developersappears in the route list (static, 178 B / 104 kB First Load JS)tsc --noEmit— no errors in the touched filesEditorialHeader/EditorialFooter,PageHero, and sibling subpages (contact-us,meet-us,compare) to match structure/voice🤖 Generated with Claude Code
https://claude.ai/code/session_01MM1vaZi7JJRxemjEXnFET7
Summary by CodeRabbit