More work on docs

This commit is contained in:
Zachary Klosko 2020-11-23 13:58:55 -05:00
parent adf8d351f5
commit 68357864b1
11 changed files with 131 additions and 164 deletions

View file

@ -41,36 +41,4 @@
scrollToTop();
}
</script>
<!-- Algolia Search -->
<script>
const search = instantsearch({
appId: 'latency',
apiKey: '6be0576ff61c053d5f9a3225e2a90f76',
indexName: 'instant_search',
routing: true
});
search.start();
</script>
<script>
const search = instantsearch(options);
// initialize SearchBox
search.addWidget(
instantsearch.widgets.searchBox({
container: '#search-searchbox',
placeholder: 'Search the docs'
})
);
// initialize hits widget
search.addWidget(
instantsearch.widgets.hits({
container: '#hits'
})
);
search.start();
</script>