forked from vespa-engine/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.62 KB
/
index.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 Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
skipheading: true
index: false
---
<div class="row m-20">
<div class="col">
<h1>Vespa documentation</h1>
<p class="p-t-10">
Welcome to the Vespa documentation site.<br/>
To see what Vespa is about, visit the <a href="https://vespa.ai">Vespa home page</a>.
</p>
</div>
</div>
<div class="row m-20">
<div class="col">
<form action="{{ site.baseurl }}/search.html" method="GET" id="search-form">
<div class="input-group has-button">
<input style="height:50px; font-size:1.6rem; padding:10px; border:1px solid #c0c0e0; border-radius: 8px;"
autofocus size="40" type="text" placeholder="Search documentation" id="searchinput" name="q" />
</div>
</form>
</div>
</div>
<div class="row m-20 p-t-10">
<div class="col">
<p><a href="en/getting-started.html">Getting started</a> - Create your first app</p>
<p><a href="sitemap.html">Table of contents</a> - Browse documentation</p>
<p><a href="https://docs.vespa.ai/en/faq">FAQ</a> - Frequently asked questions</p>
<p><a href="http://slack.vespa.ai">Vespa Slack</a> - chat with users and developers</p>
<p><a href="https://github.com/vespa-engine/vespa/issues">GitHub Issues</a> - browse and create issues</p>
<p><a href="https://stackoverflow.com/questions/tagged/vespa">Stack Overflow</a> - questions tagged vespa</p>
<p><a href="https://blog.vespa.ai/">Vespa Blog</a> - the Vespa tech blog</p>
<p><a href="https://twitter.com/vespaengine">vespaengine@</a> - Vespa on Twitter</p>
</div>
</div>