Skip to content

Sync: merge main into dev after release#255

Merged
anasdorbani merged 1 commit intodevfrom
main
Mar 10, 2026
Merged

Sync: merge main into dev after release#255
anasdorbani merged 1 commit intodevfrom
main

Conversation

@anasdorbani
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings March 10, 2026 20:52
@anasdorbani anasdorbani merged commit f0dcde8 into dev Mar 10, 2026
4 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This sync PR updates the docs UI and Getting Started page to include an Anthropic/Claude provider card and make the shared DocCard component more flexible for optional icon rendering.

Changes:

  • Make DocCard’s Icon prop optional and render the icon conditionally.
  • Add an Anthropic/Claude DocCard entry to the Getting Started docs page (including the SiAnthropic icon import).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/src/components/global/DocCard.tsx Refactors props typing and makes icon rendering optional.
docs/docs/getting-started/getting-started.md Adds Anthropic/Claude card and icon import in the provider list.

Comment on lines +15 to 23
<div
onClick={() => window.open(link, "_self")}
className="my-2 flex gap-2 cursor-pointer rounded-2xl items-center text-lg font-bold border-solid border-[1px] border-[#FF9128] p-4 hover:shadow-[0_0_10px_#FF9128] hover:shadow-orange-500/50 transition-all duration-300 ease-in-out"
>
{Icon && (
<Icon className="text-[#FF9128] text-3xl rounded-lg border-solid border-[1px] border-[#FF9128] p-1" />
)}
{title}
</div>
Copy link

Copilot AI Mar 10, 2026

Copilot uses AI. Check for mistakes.
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.

2 participants