docs: fixes to content and UI (#12101)

This commit is contained in:
Shahed Nasser
2025-04-07 16:10:12 +03:00
committed by GitHub
parent 2be03d0d39
commit 9ece840027
3 changed files with 23 additions and 4 deletions
+11 -3
View File
@@ -53,11 +53,19 @@ export const sidebars: Sidebar.Sidebar[] = [
],
},
{
type: "link",
type: "category",
title: "Icons",
path: "/icons/overview",
isPathHref: true,
loaded: true,
initialOpen: true,
children: [
{
type: "link",
title: "Overview",
path: "/icons/overview",
isPathHref: true,
loaded: true,
},
],
},
{
type: "separator",