Skip to content

Commit

Permalink
docs: update algolia info
Browse files Browse the repository at this point in the history
This PR updates with the proper algolia info so we can actually have
search

Signed-off-by: Spencer Smith <[email protected]>
  • Loading branch information
rsmitty committed Apr 8, 2022
1 parent 511ddfc commit c86953e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/layouts/partials/hooks/body-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
{{ if ne $currentVersion "" }}
<script>
docsearch({
appId: "D72DGJBSSA",
apiKey: "49ca9541d72f7814b88a3a9204988360",
indexName: "talos",
appId: "0UBMNL8U2A",
apiKey: "b23cc1d9c0b406b2d1b83f0c652ead8a",
indexName: "sidero",
container: '#algolia-search',
debug: true,
searchParameters: {
Expand All @@ -28,9 +28,9 @@
{{ else }}
<script>
docsearch({
appId: "D72DGJBSSA",
apiKey: "49ca9541d72f7814b88a3a9204988360",
indexName: "talos",
appId: "0UBMNL8U2A",
apiKey: "b23cc1d9c0b406b2d1b83f0c652ead8a",
indexName: "sidero",
container: '#algolia-search',
debug: true,
searchParameters: {
Expand Down

0 comments on commit c86953e

Please sign in to comment.