Skip to content

Commit

Permalink
lvl5
Browse files Browse the repository at this point in the history
  • Loading branch information
mkflow27 committed Jun 29, 2024
1 parent 8ea3c2b commit b391847
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/algolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
"selectors": {
"lvl0": "#app header h1",
"lvl1": ".page h1",
"lvl2": ".page h2" }}'
"lvl2": ".page h2",
"lvl3": ".page h3",
"lvl4": ".page h4",
"lvl5": ".page h5" }}'
name: Index Algolia
steps:
- name: Algolia Docsearch Action
Expand Down

0 comments on commit b391847

Please sign in to comment.