Skip to content

Commit 7ec3be3

Browse files
shortcutsbrc-dd
andauthored
chore: update DocSearch version (#4237)
Co-authored-by: Divyansh Singh <[email protected]>
1 parent 68150a6 commit 7ec3be3

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

docs/en/reference/default-theme-search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ new Crawler({
296296
lvl1: '.content h1',
297297
content: '.content p, .content li',
298298
lvl0: {
299-
selectors: '',
299+
selectors: 'section.has-active div h2',
300300
defaultValue: 'Documentation'
301301
},
302302
lvl2: '.content h2',

docs/es/reference/default-theme-search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ new Crawler({
289289
lvl1: '.content h1',
290290
content: '.content p, .content li',
291291
lvl0: {
292-
selectors: '',
292+
selectors: 'section.has-active div h2',
293293
defaultValue: 'Documentation'
294294
},
295295
lvl2: '.content h2',

docs/ko/reference/default-theme-search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ new Crawler({
296296
lvl1: '.content h1',
297297
content: '.content p, .content li',
298298
lvl0: {
299-
selectors: '',
299+
selectors: 'section.has-active div h2',
300300
defaultValue: 'Documentation'
301301
},
302302
lvl2: '.content h2',

docs/pt/reference/default-theme-search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ new Crawler({
289289
lvl1: '.content h1',
290290
content: '.content p, .content li',
291291
lvl0: {
292-
selectors: '',
292+
selectors: 'section.has-active div h2',
293293
defaultValue: 'Documentation'
294294
},
295295
lvl2: '.content h2',

docs/ru/reference/default-theme-search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ new Crawler({
299299
lvl1: '.content h1',
300300
content: '.content p, .content li',
301301
lvl0: {
302-
selectors: '',
302+
selectors: 'section.has-active div h2',
303303
defaultValue: 'Documentation'
304304
},
305305
lvl2: '.content h2',

docs/zh/reference/default-theme-search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ new Crawler({
289289
lvl1: '.content h1',
290290
content: '.content p, .content li',
291291
lvl0: {
292-
selectors: '',
292+
selectors: 'section.has-active div h2',
293293
defaultValue: 'Documentation'
294294
},
295295
lvl2: '.content h2',

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"*": "prettier --write --ignore-unknown"
9999
},
100100
"dependencies": {
101-
"@docsearch/css": "^3.6.1",
102-
"@docsearch/js": "^3.6.1",
101+
"@docsearch/css": "^3.6.2",
102+
"@docsearch/js": "^3.6.2",
103103
"@shikijs/core": "^1.15.2",
104104
"@shikijs/transformers": "^1.15.2",
105105
"@types/markdown-it": "^14.1.2",

pnpm-lock.yaml

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)