Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2736 from algolia/conf/bootstrap-icons
Browse files Browse the repository at this point in the history
Fix icon selector
  • Loading branch information
shortcuts authored Nov 9, 2020
2 parents 9b5ce5c + 986f84b commit 5eeb53a
Showing 1 changed file with 33 additions and 13 deletions.
46 changes: 33 additions & 13 deletions configs/bootstrap-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,40 @@
{
"url": "https://icons.getbootstrap.com/index.html",
"selectors_key": "icons-docs",
"tags": ["icons-docs"],
"tags": [
"icons-docs"
],
"page_rank": 2,
"extra_attributes": {
"language": ["en"]
"language": [
"en"
]
}
},
{
"url": "https://icons.getbootstrap.com/icons/",
"selectors_key": "icons",
"tags": ["icons"],
"tags": [
"icons"
],
"page_rank": 2,
"extra_attributes": {
"language": ["en"]
"language": [
"en"
]
}
},
{
"url": "https://v5.getbootstrap.com/",
"selectors_key": "v5",
"tags": ["v5"],
"tags": [
"v5"
],
"page_rank": 1,
"extra_attributes": {
"language": ["en"]
"language": [
"en"
]
}
}
],
Expand All @@ -37,8 +49,7 @@
"/examples/.+",
"getbootstrap.com/docs/3",
"getbootstrap.com/docs/3",
"getbootstrap.com/docs/versions/",
"https://icons.getbootstrap.com/index.html#icons"
"getbootstrap.com/docs/versions/"
],
"selectors": {
"icons": {
Expand Down Expand Up @@ -76,10 +87,19 @@
"text": "main p, main li, main td:last-child"
}
},
"selectors_exclude": [".bd-example", "#icons-body", "#icons"],
"selectors_exclude": [
".bd-example",
"#icons"
],
"custom_settings": {
"attributesForFaceting": ["version", "language", "tags"]
"attributesForFaceting": [
"version",
"language",
"tags"
]
},
"conversation_id": ["1313068332"],
"nb_hits": 5136
}
"conversation_id": [
"1313068332"
],
"nb_hits": 5134
}

0 comments on commit 5eeb53a

Please sign in to comment.