File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/@vuepress/types/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ export type DefaultThemeConfig = {
143
143
| SidebarConfig4Multiple ;
144
144
/**
145
145
* Sidebar's depth, set to 0 to disable collapsable sidebar links.
146
- *
146
+ *
147
147
* @default 1
148
148
*/
149
149
sidebarDepth ?: number ;
@@ -185,7 +185,7 @@ export type DefaultThemeConfig = {
185
185
* @see https://docsearch.algolia.com/docs/legacy/behavior/#algoliaoptions
186
186
*/
187
187
algoliaOptions ?: Record < string , any > ;
188
- } ;
188
+ } | null ;
189
189
/**
190
190
* Display text for last updated.
191
191
*
@@ -271,7 +271,7 @@ export type DefaultThemeConfig = {
271
271
*/
272
272
selectText ?: string ;
273
273
/**
274
- * aria label
274
+ * aria label
275
275
*/
276
276
ariaLabel ?: string ;
277
277
/**
You can’t perform that action at this time.
0 commit comments