forked from tableau/extensions-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (51 loc) · 2.57 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
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Extensions API Home
layout: home
indexed_by_search: false
---
<header class="jumbotron hero-spacer text-center">
<h1>Tableau Extensions API</h1>
<p>Create extensions for Tableau. The extensions are web apps that can have two-way communication with Tableau.</p>
<p>This site will get you up and running with Tableau extensions. The Tableau Extensions API samples and documentation are all open source.</p>
<br />
<a class="btn btn-primary btn-lg" href="{{ site.baseurl }}/docs/trex_getstarted.html" role="button">Get Started</a>
<a class="btn btn-primary btn-lg" href="https://github.com/tableau/extensions-api/archive/master.zip" role="button">Download</a>
</header>
<div class="row">
<div class="col-md-3 text-center">
<div class="thumbnail thumb-home">
<a href="{{ site.baseurl }}/docs/trex_getstarted.html"><img src="{{ site.baseurl }}/assets/docs.png" class="img-home" alt="Docs Link"></a>
<div class="caption">
<h3>Documentation</h3>
<p>Read the tutorial and learn key concepts for creating Tableau extensions.</p>
</div>
</div>
</div>
<div class="col-md-3 text-center">
<div class="thumbnail thumb-home">
<a href="{{ site.baseurl }}/docs/index.html" target="_blank"><img src="{{ site.baseurl }}/assets/frelard_api3.png" class="img-home" alt="Ref Link"></a>
<div class="caption">
<h3>API Reference</h3>
<p>Consult the API reference while you build your extensions.</p>
</div>
</div>
</div>
<div class="col-md-3 text-center">
<div class="thumbnail thumb-home">
<a href="{{ site.baseurl }}/docs/trex_examples.html"><img src="{{ site.baseurl }}/assets/flex.png" class="img-home" alt="News Link"></a>
<div class="caption">
<h3>Samples</h3>
<p>View the sample extensions and add them to your dashboards in Tableau. Also check out the <a href="{{ site.baseurl }}/community/">Community Extensions.</a></p>
</div>
</div>
</div>
<div class="col-md-3 text-center">
<div class="thumbnail thumb-home">
<a href="{{ site.baseurl }}/docs/trex_release-notes.html"><img src="{{ site.baseurl }}/assets/notes.png" class="img-home" alt="News Link"></a>
<div class="caption">
<h3>Release Notes</h3>
<p>Keep up to date with what's new in the latest release, find out about known issues and bug fixes.</p>
</div>
</div>
</div>
</div>