Skip to content

feat: add developers navigation entrypoint - #99

Draft
Croswel2 wants to merge 1 commit into
shapeshift:developfrom
Croswel2:codex/add-developer-entrypoint
Draft

feat: add developers navigation entrypoint#99
Croswel2 wants to merge 1 commit into
shapeshift:developfrom
Croswel2:codex/add-developer-entrypoint

Conversation

@Croswel2

@Croswel2 Croswel2 commented May 8, 2026

Copy link
Copy Markdown

Summary

Closes #98.

Adds a dedicated Developers entrypoint to the ShapeShift website navigation so the API documentation is easier to discover from shapeshift.com.

Changes

  • Adds a Developers dropdown to the desktop header
  • Adds Developers links to the mobile navigation
  • Adds a Developers section to the footer
  • Links to key sections of the official ShapeShift API documentation
  • Keeps the existing shared HeaderItem behavior unchanged by using a local Developers menu item layout for non-truncated documentation labels

Testing

  • bunx eslint --no-cache "app/[lang]/_components/Footer.tsx" "app/[lang]/_components/header/DesktopHeader.tsx" "app/[lang]/_components/header/MobileHeader.tsx" "app/[lang]/_components/header/DevelopersExpand.tsx" "app/[lang]/_utils/constants.tsx" "app/[lang]/_utils/dictionary/developers.ts"
  • bunx tsc --noEmit --pretty false
  • git diff --check
  • Local Playwright QA on http://127.0.0.1:3001/fr
    • desktop Developers dropdown renders all links
    • mobile Developers menu renders all links
    • no horizontal overflow detected
    • no ellipsis detected in Developers labels
    • each API docs link appears in header and footer

@coderabbitai

coderabbitai Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 725dd75e-76b5-4fa7-884d-cfaa6a1c5cbd

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

@Croswel2

Croswel2 commented May 8, 2026

Copy link
Copy Markdown
Author

Screenshots

Desktop Developers dropdown

Desktop Developers dropdown

Mobile Developers menu

Mobile Developers menu

Footer Developers section

Footer Developers section

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.

Add a Developers entrypoint to the ShapeShift website navigation

1 participant