Skip to content

Commit

Permalink
chore(website): update algolia custom crawler attributesForFaceting
Browse files Browse the repository at this point in the history
… config to keep `algolia.contextualSearch` intact

* See: facebook/docusaurus#6693 (comment)
  • Loading branch information
radist2s committed Apr 11, 2024
1 parent d3ce014 commit 659e431
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/tools/algolia/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"start_urls": ["https://openapi-qraft.github.io/openapi-qraft/"],
"sitemap_urls": ["https://openapi-qraft.github.io/openapi-qraft/sitemap.xml"],
"stop_urls": [],
"strip_chars": "#"
"strip_chars": "#",
"custom_settings": {
"attributesForFaceting": ["language", "version", "type", "docusaurus_tag"]
}
}

0 comments on commit 659e431

Please sign in to comment.