Skip to content

Commit cfe6630

Browse files
committed
Added VizAPI v2; Tableau Cloud
1 parent a8dfcb4 commit cfe6630

18 files changed

+4901
-346
lines changed

_config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ description: Create extensions to extend the functionality of Tableau.
55
baseurl: "/extensions-api"
66
# permalink: pretty
77

8+
# product variables
9+
tol: Tableau Cloud
10+
811
defaults:
912
-
1013
scope:
1114
path: "" # Apply to all files
1215
type: pages
1316
values:
1417
layout: "default"
15-
permalink: /:path/:basename:output_ext
18+
permalink: /:path/:basename:output_ext
19+
20+
1621

1722

1823
# Build settings

_includes/docs_menu.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<a href="{{ site.baseurl }}/docs/trex_debugging.html">Debug Extensions in Tableau Desktop</a>
7575
</li>
7676
<li>
77-
<a href="{{ site.baseurl }}/docs/trex_debug_server.html">Debug Extensions in Tableau Server and Tableau Online</a>
77+
<a href="{{ site.baseurl }}/docs/trex_debug_server.html">Debug Extensions in Tableau Server and Cloud</a>
7878
</li>
7979
<li>
8080
<a href="{{ site.baseurl }}/docs/trex_logging.html">Use Log Files to Troubleshoot Dashboard Extensions</a>
@@ -99,6 +99,14 @@
9999
<li>
100100
<a href="{{ site.baseurl }}/docs/trex_tableau_viz_ref.html">Tableau Viz Reference</a>
101101
</li>
102+
<ul>
103+
<li>
104+
<a href="{{ site.baseurl }}/docs/trex_tableau_viz_ref_v1.html">Tableau Viz v1 InputSpec</a>
105+
</li>
106+
<li>
107+
<a href="{{ site.baseurl }}/docs/trex_tableau_viz_ref_v2.html">Tableau Viz v2 InputSpec</a>
108+
</li>
109+
</ul>
102110
<li>
103111
<a href="{{ site.baseurl }}/docs/trex_release-notes.html">Release Notes</a>
104112
</li>

0 commit comments

Comments
 (0)