docs: add help dropdown (#11364)

This commit is contained in:
Shahed Nasser
2025-02-07 15:41:03 +02:00
committed by GitHub
parent e04c1889bd
commit d588073cea
3 changed files with 44 additions and 23 deletions

View File

@@ -1,12 +1,6 @@
"use client"
import {
BarsThree,
Book,
QuestionMarkCircle,
SidebarLeft,
TimelineVertical,
} from "@medusajs/icons"
import { BarsThree, Book, SidebarLeft, TimelineVertical } from "@medusajs/icons"
import React, { useMemo, useRef, useState } from "react"
import {
Button,
@@ -51,12 +45,6 @@ export const MainNavDesktopMenu = () => {
title: "Changelog",
link: "https://medusajs.com/changelog",
},
{
type: "link",
icon: <QuestionMarkCircle />,
title: "Troubleshooting",
link: "https://docs.medusajs.com/resources/troubleshooting",
},
]
if (isSidebarShown) {