Skip to content

Commit

Permalink
chore: update DocSearch version (#4237)
Browse files Browse the repository at this point in the history
Co-authored-by: Divyansh Singh <[email protected]>
  • Loading branch information
shortcuts and brc-dd authored Sep 28, 2024
1 parent 68150a6 commit 7ec3be3
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/en/reference/default-theme-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ new Crawler({
lvl1: '.content h1',
content: '.content p, .content li',
lvl0: {
selectors: '',
selectors: 'section.has-active div h2',
defaultValue: 'Documentation'
},
lvl2: '.content h2',
Expand Down
2 changes: 1 addition & 1 deletion docs/es/reference/default-theme-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ new Crawler({
lvl1: '.content h1',
content: '.content p, .content li',
lvl0: {
selectors: '',
selectors: 'section.has-active div h2',
defaultValue: 'Documentation'
},
lvl2: '.content h2',
Expand Down
2 changes: 1 addition & 1 deletion docs/ko/reference/default-theme-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ new Crawler({
lvl1: '.content h1',
content: '.content p, .content li',
lvl0: {
selectors: '',
selectors: 'section.has-active div h2',
defaultValue: 'Documentation'
},
lvl2: '.content h2',
Expand Down
2 changes: 1 addition & 1 deletion docs/pt/reference/default-theme-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ new Crawler({
lvl1: '.content h1',
content: '.content p, .content li',
lvl0: {
selectors: '',
selectors: 'section.has-active div h2',
defaultValue: 'Documentation'
},
lvl2: '.content h2',
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/reference/default-theme-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ new Crawler({
lvl1: '.content h1',
content: '.content p, .content li',
lvl0: {
selectors: '',
selectors: 'section.has-active div h2',
defaultValue: 'Documentation'
},
lvl2: '.content h2',
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/reference/default-theme-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ new Crawler({
lvl1: '.content h1',
content: '.content p, .content li',
lvl0: {
selectors: '',
selectors: 'section.has-active div h2',
defaultValue: 'Documentation'
},
lvl2: '.content h2',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
"*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@docsearch/css": "^3.6.1",
"@docsearch/js": "^3.6.1",
"@docsearch/css": "^3.6.2",
"@docsearch/js": "^3.6.2",
"@shikijs/core": "^1.15.2",
"@shikijs/transformers": "^1.15.2",
"@types/markdown-it": "^14.1.2",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ec3be3

Please sign in to comment.