Commit 1a893f8 1 parent bf3bd54 commit 1a893f8 Copy full SHA for 1a893f8
File tree 3 files changed +5
-3
lines changed
themes/navy/layout/partial
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ prismjs:
30
30
tab_replace : " "
31
31
32
32
algolia :
33
- applicationID : 0X19J927JZ
34
- apiKey : 533161d821384919672e4ce8a39451b3
33
+ applicationID : QJ35YOZTU4
34
+ apiKey : 8c6cbb824b4c5023f0bb2ef29e228bef
35
35
indexName : liquidjs
36
36
twitter : harttleharttle
37
37
github : harttle/liquidjs
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ const urlsToCache = [
10
10
]
11
11
const blackList = [
12
12
/ c h r o m e - e x t e n s i o n : / ,
13
+ / a l g o l i a .n e t / ,
13
14
/ g o o g l e - a n a l y t i c s .c o m .* c o l l e c t /
14
15
]
15
16
Original file line number Diff line number Diff line change 9
9
<script>
10
10
document.getElementById('search-input-wrap').classList.add('on');
11
11
docsearch({
12
- apiKey: '01f36cc168657a26a385308b9e721bc6',
12
+ appId: '{{ config.algolia.applicationID }}',
13
+ apiKey: '{{ config.algolia.apiKey }}',
13
14
indexName: 'liquidjs',
14
15
inputSelector: '#search-input',
15
16
debug: false
You can’t perform that action at this time.
0 commit comments