-
Notifications
You must be signed in to change notification settings - Fork 96
/
search.html
39 lines (35 loc) · 886 Bytes
/
search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
# Copyright Vespa.ai. All rights reserved.
title: ""
index: false
skipheading: true
---
<!-- Number of hits -->
<div id="hits" class="m-t-40"></div>
<!-- result div -->
<div id="result"></div>
<!-- powered by -->
<div class="m-t-40">
<strong>Search results from <br/>
<img src="/assets/logos/logo.svg" width="101" height="auto" alt="Vespa Logo"/>
</strong>
</div>
<hr />
<div style="margin-top: 20px;">
<table>
<tr>
<th>Search in Stack Overflow:</th>
<td><a id="stackoverflow-query" target="_blank"></a></td>
</tr>
<tr>
<th>Search in GitHub Issues:</th>
<td><a id="gh-issues-query" target="_blank"></a></td>
</tr>
<tr>
<th>Search in the Vespa-Slack: </th>
<td><a id="slack-query" target="_blank"></a></td>
</tr>
</table>
</div>
<!--search script-->
<script type="module" src="/js/search.js"></script>