File tree 3 files changed +9
-15
lines changed
3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -274,16 +274,6 @@ index 8a094a4..1ac4540 100644
274
274
</div>
275
275
</div>
276
276
</div>
277
- diff --git a/src/partials/header-scripts.hbs b/src/partials/header-scripts.hbs
278
- index b9e907c..67663df 100644
279
- --- a/src/partials/header-scripts.hbs
280
- +++ b/src/partials/header-scripts.hbs
281
- @@ -1 +1,5 @@
282
- {{!-- Add header scripts here --}}
283
- + <link rel="stylesheet"
284
- + href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
285
- + <link rel="stylesheet"
286
- + href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"/>
287
277
diff --git a/src/partials/toolbar.hbs b/src/partials/toolbar.hbs
288
278
index c6e9ea6..a6ec810 100644
289
279
--- a/src/partials/toolbar.hbs
Original file line number Diff line number Diff line change
1
+ <link rel =" stylesheet"
2
+ href =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" >
3
+ <link rel =" stylesheet"
4
+ href =" https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
Original file line number Diff line number Diff line change 1
- <script src =" https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/ docsearch.min.js " ></script >
1
+ <script src =" https://cdn.jsdelivr.net/npm/@ docsearch/js@3 " ></script >
2
2
<script >
3
3
docsearch ({
4
- apiKey : ' {{env.SEARCH_API_KEY}} ' ,
5
- appId : ' {{env.SEARCH_APP_ID}} ' ,
6
- indexName: ' {{env.SEARCH_INDEX_NAME}} ' ,
7
- inputSelector : ' #search-input ' ,
4
+ appId : ' 6R8M1A8Y4W ' ,
5
+ apiKey : ' c841b401396e9fbf7feee5d82a638003 ' ,
6
+ indexName: ' restorecommerce ' ,
7
+ container : ' #search-field ' ,
8
8
debug: true ,
9
9
})
10
10
</script >
You can’t perform that action at this time.
0 commit comments