We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
initialOpenGroupIndex
1 parent 970526f commit 9049d48Copy full SHA for 9049d48
packages/@vuepress/types/src/theme-default.ts
@@ -81,6 +81,14 @@ export type SidebarItem4Group = {
81
* Sidebar's depth.
82
*/
83
sidebarDepth?: number;
84
+ /**
85
+ * By default the first subgroup is opened initially.
86
+ * You can change this using the `initialOpenGroupIndex`:
87
+ * Specify an index to open another subgroup or use `-1` for no open group.
88
+ *
89
+ * @default 0
90
+ */
91
+ initialOpenGroupIndex?: number;
92
/**
93
* Sidebar children.
94
0 commit comments