docs: add search to workflows reference (#11054)

* docs: add search to workflows reference

* fix error
This commit is contained in:
Shahed Nasser
2025-01-20 17:02:29 +02:00
committed by GitHub
parent 5b9cb5a2be
commit af350c3a8b
15 changed files with 349 additions and 112 deletions

View File

@@ -2,13 +2,13 @@
import {
BarsThree,
Book,
QuestionMarkCircle,
SidebarLeft,
TimelineVertical,
} from "@medusajs/icons"
import React, { useMemo, useRef, useState } from "react"
import {
BookIcon,
Button,
getOsShortcut,
Menu,
@@ -41,7 +41,7 @@ export const MainNavDesktopMenu = () => {
},
{
type: "link",
icon: <BookIcon />,
icon: <Book />,
title: "Medusa v1",
link: "https://docs.medusajs.com/v1",
},