open UI sidebar items

This commit is contained in:
Shahed Nasser
2025-03-11 12:56:32 +02:00
parent 95307f9a1d
commit 6d5604f1d7

View File

@@ -19,6 +19,7 @@ export const sidebars: Sidebar.Sidebar[] = [
type: "category",
title: "Installation",
loaded: true,
initialOpen: true,
children: [
{
type: "link",
@@ -40,6 +41,7 @@ export const sidebars: Sidebar.Sidebar[] = [
type: "category",
title: "Colors",
loaded: true,
initialOpen: true,
children: [
{
type: "link",
@@ -64,6 +66,7 @@ export const sidebars: Sidebar.Sidebar[] = [
type: "category",
title: "Components",
loaded: true,
initialOpen: true,
children: [
{
type: "link",
@@ -330,6 +333,7 @@ export const sidebars: Sidebar.Sidebar[] = [
type: "category",
title: "Hooks",
loaded: true,
initialOpen: true,
children: [
{
type: "link",
@@ -351,6 +355,7 @@ export const sidebars: Sidebar.Sidebar[] = [
type: "category",
title: "Utils",
loaded: true,
initialOpen: true,
children: [
{
type: "link",