Skip to content

Commit

Permalink
Merge pull request #133 from superfaceai/chore/algolia-update
Browse files Browse the repository at this point in the history
chore: adding stop words to Algolia
  • Loading branch information
martyndavies authored Aug 22, 2023
2 parents e1a6a84 + 4129b44 commit c451372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/algolia/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"index_name": "production",
"start_urls": ["https://superface.ai/docs/"],
"stop_urls": ["https://superface.ai/docs/classic/"],
"stop_urls": ["https://superface.ai/docs/classic", "https://superface.ai/docs/classic/"],
"selectors": {
"lvl0": {
"selector": "article h1",
Expand Down

0 comments on commit c451372

Please sign in to comment.