Skip to content

Commit

Permalink
chore(sidebar): make it expanded by default for select categories
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 10, 2024
1 parent c0bbcb3 commit f7d3612
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Documentation",
collapsed: false,
items: [
"introduction",
"administration",
Expand All @@ -30,21 +31,25 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Contributing",
collapsed: true,
items: ["contributing", "local"],
},
{
type: "category",
label: "Framework Laptops",
collapsed: true,
items: ["framework", "framework-13", "framework-16"],
},
{
type: "category",
label: "T2 Macs (2018-2020)",
collapsed: true,
items: ["t2-mac"],
},
{
type: "category",
label: "Supporting The Project",
collapsed: false,
items: ["donations"],
},
],
Expand Down

0 comments on commit f7d3612

Please sign in to comment.