forked from tableau/extensions-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (78 loc) · 4.44 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
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="/extensions-api/docs/trex_getstarted.html"> -->
<a href="{{ site.baseurl }}/docs/trex_getstarted.html"><img src="{{ site.baseurl }}/assets/docs.png" class="img-home" alt="Documentation"></a>
<div class="caption" style="padding: 0">
<!-- <a href="/extensions-api/docs/trex_getstarted.html">
<img src="{{ site.baseurl }}/assets/docs.png" /> -->
<h3>Get Started</h3>
<p>Read the docs to <a href="{{ site.baseurl }}/docs/trex_getstarted.html">Get Started</a>. Look at the samples, learn key concepts for creating Tableau extensions.
<!-- Consult the <a href="{{ site.baseurl }}/docs/index.html" target="_blank">API Reference</a> while you build your extensions.--></p>
</div>
</div>
</div>
<div class="col-md-3 text-center">
<div class="thumbnail thumb-home" >
<!-- <a href="/extensions-api/docs/trex_getstarted.html"> -->
<a href="{{ site.baseurl }}/docs/index.html"><img src="{{ site.baseurl }}/assets/Ext_API.png" class="img-home" alt="Documentation"></a>
<div class="caption" style="padding: 0">
<!-- <a href="/extensions-api/docs/trex_getstarted.html">
<img src="{{ site.baseurl }}/assets/docs.png" /> -->
<h3>Extensions API Reference</h3>
<p>Consult the <a href="{{ site.baseurl }}/docs/index.html" target="_blank">Tableau Extensions API Reference</a> 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="Samples"></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="Release Notes"></a>
<div class="caption" style="padding: 0">
<h3>Release Notes</h3>
<p>Keep up to date with what's new in the latest release, find out about <a href="{{ site.baseurl }}/docs/trex_known_issues.html">known issues</a> and bug fixes.</p>
</div>
</div>
</div>
</div>
<div class="row" style="display: flex; justify-content: center;">
<div class="col-md-3 text-center">
<div class="thumbnail thumb-home">
<a href="{{ site.baseurl }}/docs/ux_design.html" target="_blank"><img src="{{ site.baseurl }}/assets/design_guidelines.png" class="img-home" alt="Design Guidelines"></a>
<div class="caption" style="padding: 0">
<h3>UX Design Guidelines </h3>
<p>Consult the design guidelines for dashboard extensions as you build your extension.</p>
</div>
</div>
</div>
<div class="col-md-3 text-center">
<div class="thumbnail thumb-home">
<a href="https://tableau.github.io/tableau-ui"><img src="{{ site.baseurl }}/assets/tableau_ui_logo.png" class="img-home" alt="Tableau UI"></a>
<div class="caption" style="padding: 0">
<h3>Tableau UI</h3>
<p>Create extensions with the look-and-feel of Tableau.</p>
</div>
</div>
</div>
</div>