We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee7b5d commit 2e15f34Copy full SHA for 2e15f34
apps/portal/src/components/others/Sidebar.tsx
@@ -50,6 +50,7 @@ type ReferenceSideBarProps = {
50
links: SidebarLink[];
51
onLinkClick?: () => void;
52
header?: React.ReactNode;
53
+ name: string;
54
};
55
56
export function DocSidebar(props: ReferenceSideBarProps) {
0 commit comments