Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Nov 6, 2023
1 parent d00d883 commit dbe5321
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions _includes/algolia.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
apiKey: d3a3252fa344359766707a106c4ed88f,
indexName: pegasus-apache,
insights: true, // Optional, automatically send insights when user interacts with search results
container: 'docsearch',
debug: false // Set debug to true if you want to inspect the modal
container: '.searchbox-input',
debug: false, // Set debug to true if you want to inspect the modal
placeholder: 'Search the docs (Press "/" to focus)',
searchParameters: {}
});
</script>
5 changes: 2 additions & 3 deletions _includes/searchbox.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<div class="navbar-searchbox w-full bg-gray-200">
<div class="field">
<div id="docsearch" class="control has-icons-right">
<div class="control has-icons-right">
<input class="input searchbox-input focus:placeholder-transparent"
type="text"
placeholder="Search the docs">
type="text" placeholder="Search the docs">
<span class="icon is-right">
<i class="fas fa-search searchbox-icon"></i>
</span>
Expand Down

0 comments on commit dbe5321

Please sign in to comment.