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 = {
143143 | SidebarConfig4Multiple ;
144144 /**
145145 * Sidebar's depth, set to 0 to disable collapsable sidebar links.
146- *
146+ *
147147 * @default 1
148148 */
149149 sidebarDepth ?: number ;
@@ -185,7 +185,7 @@ export type DefaultThemeConfig = {
185185 * @see https://docsearch.algolia.com/docs/legacy/behavior/#algoliaoptions
186186 */
187187 algoliaOptions ?: Record < string , any > ;
188- } ;
188+ } | null ;
189189 /**
190190 * Display text for last updated.
191191 *
@@ -271,7 +271,7 @@ export type DefaultThemeConfig = {
271271 */
272272 selectText ?: string ;
273273 /**
274- * aria label
274+ * aria label
275275 */
276276 ariaLabel ?: string ;
277277 /**
You can’t perform that action at this time.
0 commit comments