open UI sidebar items
This commit is contained in:
@@ -19,6 +19,7 @@ export const sidebars: Sidebar.Sidebar[] = [
|
|||||||
type: "category",
|
type: "category",
|
||||||
title: "Installation",
|
title: "Installation",
|
||||||
loaded: true,
|
loaded: true,
|
||||||
|
initialOpen: true,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
@@ -40,6 +41,7 @@ export const sidebars: Sidebar.Sidebar[] = [
|
|||||||
type: "category",
|
type: "category",
|
||||||
title: "Colors",
|
title: "Colors",
|
||||||
loaded: true,
|
loaded: true,
|
||||||
|
initialOpen: true,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
@@ -64,6 +66,7 @@ export const sidebars: Sidebar.Sidebar[] = [
|
|||||||
type: "category",
|
type: "category",
|
||||||
title: "Components",
|
title: "Components",
|
||||||
loaded: true,
|
loaded: true,
|
||||||
|
initialOpen: true,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
@@ -330,6 +333,7 @@ export const sidebars: Sidebar.Sidebar[] = [
|
|||||||
type: "category",
|
type: "category",
|
||||||
title: "Hooks",
|
title: "Hooks",
|
||||||
loaded: true,
|
loaded: true,
|
||||||
|
initialOpen: true,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
@@ -351,6 +355,7 @@ export const sidebars: Sidebar.Sidebar[] = [
|
|||||||
type: "category",
|
type: "category",
|
||||||
title: "Utils",
|
title: "Utils",
|
||||||
loaded: true,
|
loaded: true,
|
||||||
|
initialOpen: true,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
|
|||||||
Reference in New Issue
Block a user