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 3300e99 commit e62331c
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions docsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,18 @@
"start_urls": [
{
"url": "https://wiki.seeedstudio.com/",
"selectors_key": "homepage"
"selectors_key": ""
}
],
"selectors": {
"docs": {
"lvl0": {
"selector": ".docTitle_node_modules-@docusaurus-theme-classic-lib-theme-DocItem-",
"default_value": "Documentation"
},
"lvl1": ".docItemContainer_node_modules-@docusaurus-theme-classic-lib-theme-DocItem- h1",
"lvl2": ".docItemContainer_node_modules-@docusaurus-theme-classic-lib-theme-DocItem- h2",
"lvl3": ".docItemContainer_node_modules-@docusaurus-theme-classic-lib-theme-DocItem- h3",
"lvl4": ".docItemContainer_node_modules-@docusaurus-theme-classic-lib-theme-DocItem- h4",
"lvl5": ".docItemContainer_node_modules-@docusaurus-theme-classic-lib-theme-DocItem- h5",
"text": ".docItemContainer_node_modules-@docusaurus-theme-classic-lib-theme-DocItem- p, .docItemContainer_node_modules-@docusaurus-theme-classic-lib-theme-DocItem- li"
"homepage": {
"lvl1": "header h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5, article td:first-child",
"lvl6": "article h6",
"text": "article p, article li, article td:last-child"
}
},
"stop_urls": [
Expand Down

0 comments on commit e62331c

Please sign in to comment.