Skip to content

Commit

Permalink
sync docs with crawler config
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Sep 28, 2024
1 parent 5d2b5e2 commit 1a05d6c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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

0 comments on commit 1a05d6c

Please sign in to comment.