Skip to content

Commit

Permalink
Build: Exclude .desc strong:first-child from search excerpts
Browse files Browse the repository at this point in the history
Fix a long-standing bug that also affected Algolia previously,
where excerpts of API pages all start with "Description:".

Ref jquery/infrastructure-puppet#33
  • Loading branch information
Krinkle committed Oct 11, 2023
1 parent d6755c3 commit 1ddac72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docsearch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
".section-title",
".icon-link.toc-link",
"[class^=toclevel]",
"#toctitle"
"#toctitle",
".desc strong:first-child"
],
"min_indexed_level": 2,
"scrape_start_urls": false
Expand Down

0 comments on commit 1ddac72

Please sign in to comment.