Skip to content

Commit

Permalink
Fixed Algolia config
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Sep 3, 2022
1 parent f66220b commit 5ea03b9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/.vitepress/algolia-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
],
"selectors": {
"lvl0": {
"selector": ".sidebar > .sidebar-links > .sidebar-link .sidebar-link-item.active",
"selector": ".VPLink.link.VPNavBarMenuLink.active",
"global": true
},
"lvl1": ".content h1",
"lvl2": ".content h2",
"lvl3": ".content h3",
"lvl4": ".content h4",
"lvl5": ".content h5",
"text": ".content p, .content li"
"lvl1": ".main h1",
"lvl2": ".main h2",
"lvl3": ".main h3",
"lvl4": ".main h4",
"lvl5": ".main h5",
"text": ".main p, .main li"
}
}

0 comments on commit 5ea03b9

Please sign in to comment.