docs: add LLM dropdown menu to documentation pages (#12235)

* docs: add LLM dropdown menu to documentation pages

* fix build errors
This commit is contained in:
Shahed Nasser
2025-04-18 13:18:27 +03:00
committed by GitHub
parent 24af8f2d8e
commit db0fe0fc91
14 changed files with 127 additions and 21 deletions

View File

@@ -22,6 +22,8 @@ export const MenuItem = ({ item, onClick }: MenuItemProps) => {
)}
href={item.link}
onClick={() => onClick?.(item)}
target={item.openInNewTab ? "_blank" : undefined}
rel={item.openInNewTab ? "noopener noreferrer" : undefined}
>
{item.icon && (
<span className="text-medusa-fg-subtle mt-[2.5px] block">