Skip to content

Commit

Permalink
docs: migrate to algolia app QJ35YOZTU4, #795
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Feb 9, 2025
1 parent bf3bd54 commit 1a893f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ prismjs:
tab_replace: ""

algolia:
applicationID: 0X19J927JZ
apiKey: 533161d821384919672e4ce8a39451b3
applicationID: QJ35YOZTU4
apiKey: 8c6cbb824b4c5023f0bb2ef29e228bef
indexName: liquidjs
twitter: harttleharttle
github: harttle/liquidjs
Expand Down
1 change: 1 addition & 0 deletions docs/source/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const urlsToCache = [
]
const blackList = [
/chrome-extension:/,
/algolia.net/,
/google-analytics.com.*collect/
]

Expand Down
3 changes: 2 additions & 1 deletion docs/themes/navy/layout/partial/after_footer.swig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<script>
document.getElementById('search-input-wrap').classList.add('on');
docsearch({
apiKey: '01f36cc168657a26a385308b9e721bc6',
appId: '{{ config.algolia.applicationID }}',
apiKey: '{{ config.algolia.apiKey }}',
indexName: 'liquidjs',
inputSelector: '#search-input',
debug: false
Expand Down

0 comments on commit 1a893f8

Please sign in to comment.