Disable collapsible on sidebar

This commit is contained in:
Daniel 2023-11-15 17:34:17 +08:00
parent 2555dae49f
commit 9ce5ed3991

View File

@ -33,7 +33,7 @@ const sidebars = {
{ {
type: "category", type: "category",
label: "Getting Started", label: "Getting Started",
collapsible: true, collapsible: false,
collapsed: false, collapsed: false,
items: [ items: [
"docs/introduction", "docs/introduction",