Skip to content

Commit

Permalink
Update docsearch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewJeffson authored Mar 18, 2024
1 parent b4523fb commit c19bf17
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
],
"selectors": {
"default": {
"lvl0": "article h1",
"lvl1": "article h2",
"lvl2": "article h3",
"lvl3": "article h4",
"lvl4": "article h5",
"text": "article p, article li"
"lvl0": "#content header h1",
"lvl1": "#content article h1",
"lvl2": "#content section h3",
"lvl3": "#content section h4",
"lvl4": "#content section h5",
"lvl5": "#content section h6",
"text": "#content header p,#content section p,#content section ol"
}
},
"stop_urls": [
Expand Down

0 comments on commit c19bf17

Please sign in to comment.