Skip to content

Commit 1a893f8

Browse files
committed
docs: migrate to algolia app QJ35YOZTU4, #795
1 parent bf3bd54 commit 1a893f8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ prismjs:
3030
tab_replace: ""
3131

3232
algolia:
33-
applicationID: 0X19J927JZ
34-
apiKey: 533161d821384919672e4ce8a39451b3
33+
applicationID: QJ35YOZTU4
34+
apiKey: 8c6cbb824b4c5023f0bb2ef29e228bef
3535
indexName: liquidjs
3636
twitter: harttleharttle
3737
github: harttle/liquidjs

docs/source/sw.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const urlsToCache = [
1010
]
1111
const blackList = [
1212
/chrome-extension:/,
13+
/algolia.net/,
1314
/google-analytics.com.*collect/
1415
]
1516

docs/themes/navy/layout/partial/after_footer.swig

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<script>
1010
document.getElementById('search-input-wrap').classList.add('on');
1111
docsearch({
12-
apiKey: '01f36cc168657a26a385308b9e721bc6',
12+
appId: '{{ config.algolia.applicationID }}',
13+
apiKey: '{{ config.algolia.apiKey }}',
1314
indexName: 'liquidjs',
1415
inputSelector: '#search-input',
1516
debug: false

0 commit comments

Comments
 (0)