Skip to content

Commit

Permalink
Merge pull request #583 from mkurz/new_search_index
Browse files Browse the repository at this point in the history
Switch to new Algolia search index
  • Loading branch information
mkurz authored Apr 24, 2024
2 parents 627d81c + 48f2c86 commit 3f88c26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/documentation/algolia.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
@views.html.helper.script(Symbol("type") -> "text/javascript") {
docsearch({
apiKey: 'a0b34e68c804cf96e76adcb02d47159b',
apiKey: '3a5278088008947c54a733e069ff82af',
appId: 'TCZHH5O33A',
indexName: 'playframework',
inputSelector: '#search-input',
algoliaOptions: {
hitsPerPage: 10,
'facetFilters': [
@for(version <- context.version) {
"version: @{version.name}",
Expand Down

0 comments on commit 3f88c26

Please sign in to comment.