Skip to content

Commit 271ca12

Browse files
committed
Updates algolia search key
1 parent d3c63cc commit 271ca12

File tree

3 files changed

+315
-5
lines changed

3 files changed

+315
-5
lines changed

_layouts/guide.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@
8181
</div><!-- /.site__wrapper -->
8282

8383
<script src="{{ site.baseurl }}/assets/js/bundle.js"></script>
84-
<!-- <script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
84+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
8585
<script type="text/javascript"> docsearch({
86-
apiKey: '3d4445ed639f81888d1a5987d54fb68e',
87-
indexName: 'parse',
86+
apiKey: '579f8e0c7dd6303c268d2d257c5fa00e',
87+
indexName: 'parseplatform',
8888
inputSelector: '#algolia-doc-search',
89-
algoliaOptions: { 'facetFilters': ["tags:{{ page.platform | downcase }}"] }, // android, arduino, cloudcode, dotnet, embedded_c, ios, js, macos, parse-server, php, rest, unity
9089
debug: false // Set debug to true if you want to inspect the dropdown
9190
});
92-
</script> -->
91+
</script>
9392
</body>

0 commit comments

Comments
 (0)