Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5895594

Browse files
committed
chore(types): allow algolia to be null
1 parent 9049d48 commit 5895594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎packages/@vuepress/types/src/theme-default.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /