docs: render external landing cards as anchors and update GitHub star count#1427
docs: render external landing cards as anchors and update GitHub star count#1427f-trycua wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 👉 Get your free trial and get 200 agent minutes per Slack user (a $50 value). 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 |
Motivation
relattributes for privacy and security.Linkto maintain client-side routing performance.Description
external: trueflag to the Cloud entry innavCardsto mark it as an external destination.<a href=... target="_blank" rel="noreferrer">) while keeping internal cards asLinkcomponents.cardClassesvariable to avoid duplication of the card class string between anchor andLinkvariants.13.1kto15.5kand ran code formatting viaprettieron the modified file.Testing
git diff --checkto validate there are no whitespace or diff issues, which succeeded.pnpm -s prettier --check docs/src/app/'(landing)'/page.tsxto validate code style, which passed.pnpm -s prettier --write docs/src/app/'(landing)'/page.tsxto format the file and rechecked, which completed successfully.Codex Task