Skip to content

Commit

Permalink
Configure categories initial collapsed status
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-menlo committed Nov 18, 2023
1 parent 70eaf89 commit 589744d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ const sidebars = {
type: "category",
label: "Installation",
collapsible: true,
collapsed: false,
collapsed: true,
items: ["install/windows", "install/mac", "install/linux"],
},
{
type: "category",
label: "Using Jan",
collapsible: true,
collapsed: false,
collapsed: true,
items: ["guide/models"],
},
{
type: "category",
label: "Extending Jan",
collapsible: true,
collapsed: false,
collapsed: true,
items: [
"guide/assistants",
"guide/themes",
Expand All @@ -52,7 +52,7 @@ const sidebars = {
type: "category",
label: "Building Jan",
collapsible: true,
collapsed: false,
collapsed: true,
items: [
"specs/architecture",
{
Expand Down

0 comments on commit 589744d

Please sign in to comment.